#CAAFD1

Color #CAAFD1 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CAAFD1

Tints of Prelude #CAAFD1

Color information

#CAAFD1 (or 0xCAAFD1) is unknown color: approx Prelude. HEX triplet: CA, AF and D1. RGB value is (202,175,209). Sum of RGB (Red+Green+Blue) = 202+175+209=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD1 is #35502E. Grayscale: #BABABA. Windows color (decimal): -3493935 or 13742026. OLE color: 13742026.

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

Color convert

RGB202175209-
CMYK0.030.1600.18
HSL287.65º26.98%75.29%-
HSV(B)287.65º16.27%81.96%-
XYZ51.247.8266.85-
YUV186.95140.45138.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=34.47%
G=29.86%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021752090.030.1600.18287.6526.9875.29
HexCAAFD13100121201b4b
Octal31225732132002244033113
Binary1100101010101111110100011110000010010100100000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFD1; }

 p { color: rgb(202,175,209); }

 H1.HeaderClassName
 {
   color: #CAAFD1;
 }
 .AnyTagClassName
 {
   color: #CAAFD1;
 }
</style>
background-color css

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

 a { background-color: rgb(202,175,209); }

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

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

 span { border-color: rgb(202,175,209); }

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