Html Css Color HEX #CCAED3 Prelude

📋 copy color: '#CCAED3'

red 204 ◦ green 174 ◦ blue 211

#CCAED3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CCAED3

Tints of Prelude #CCAED3

RGB

 RED value IS 204 (80.08% from 255) = 34.63%

 GREEN value IS 174 (68.36% from 255) = 29.54%

 BLUE value IS 211 (82.81% from 255) = 35.82%

R = 34.63%
G = 29.54%
B = 35.82%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCAED3 (or 0xCCAED3) is known color: Prelude. HEX triplet: CC, AE and D3. RGB value is (204,174,211). Sum of RGB (Red+Green+Blue) = 204+174+211=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED3 is #33512C. Grayscale: #BBBBBB. Windows color (decimal): -3363117 or 13872844. OLE color: 13872844.

HSL color Cylindrical-coordinate representation of color #CCAED3: hue angle of 288.65º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCAED3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 174 211 -
CMYK 0.03 0.18 0 0.17
HSL 288.65º 0.3% 0.75% -
HSV(B) 288.65º 0.18% 0.83% -
XYZ 51.8 47.81 68.13 -
YUV 187.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 204 174 211 0.03 0.18 0 0.17 288.65 0.3 0.75
Hex CC AE D3 3 12 0 11 121 1E 4B
Octal 314 256 323 3 22 0 21 441 36 113
Binary 11001100 10101110 11010011 11 10010 0 10001 100100001 11110 1001011

Color Harmonies of #CCAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAED3

Black with #CCAED3

Text Example


Text Example

White with #CCAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAED3; }

 p { color: rgb(204,174,211); }

 H1.HeaderClassName
 {
   color: #CCAED3;
 }
 .AnyTagClassName
 {
   color: #CCAED3;
 }
</style>

background-color css

<style>
 a { background-color: #CCAED3; }

 a { background-color: rgb(204,174,211); }

 div.DivClassName
 {
   background-color: #CCAED3;
 }
 .BgClassName
 {
   background-color: #CCAED3;
 }
</style>

border-color css

<style>
 span { border-color: #CCAED3; }

 span { border-color: rgb(204,174,211); }

 td.TdClassName
 {
   border-color: #CCAED3;
 }
 .TagClassName
 {
   border-color: #CCAED3;
 }
</style>