Html Css Color HEX #CCAAD3 Prelude

📋 copy color: '#CCAAD3'

red 204 ◦ green 170 ◦ blue 211

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

Shades of Prelude #CCAAD3

Tints of Prelude #CCAAD3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.06%

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

R = 34.87%
G = 29.06%
B = 36.07%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCAAD3 (or 0xCCAAD3) is known color: Prelude. HEX triplet: CC, AA and D3. RGB value is (204,170,211). Sum of RGB (Red+Green+Blue) = 204+170+211=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAD3 is #33552C. Grayscale: #B8B8B8. Windows color (decimal): -3364141 or 13871820. OLE color: 13871820.

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

Color convert

RGB 204 170 211 -
CMYK 0.03 0.19 0 0.17
HSL 289.76º 0.32% 0.75% -
HSV(B) 289.76º 0.19% 0.83% -
XYZ 51.03 46.29 67.87 -
YUV 184.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 204 170 211 0.03 0.19 0 0.17 289.76 0.32 0.75
Hex CC AA D3 3 13 0 11 122 20 4B
Octal 314 252 323 3 23 0 21 442 40 113
Binary 11001100 10101010 11010011 11 10011 0 10001 100100010 100000 1001011

Color Harmonies of #CCAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAD3

Black with #CCAAD3

Text Example


Text Example

White with #CCAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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