#CAAFDC

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

Shades of Prelude #CAAFDC

Tints of Prelude #CAAFDC

Color information

#CAAFDC (or 0xCAAFDC) is unknown color: approx Prelude. HEX triplet: CA, AF and DC. RGB value is (202,175,220). Sum of RGB (Red+Green+Blue) = 202+175+220=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFDC is #355023. Grayscale: #BCBCBC. Windows color (decimal): -3493924 or 14462922. OLE color: 14462922.

HSL color Cylindrical-coordinate representation of color #CAAFDC: hue angle of 276º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAAFDC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202175220-
CMYK0.080.2000.14
HSL276º39.13%77.45%-
HSV(B)276º20.45%86.27%-
XYZ52.6148.3874.28-
YUV188.2145.95137.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=33.84%
G=29.31%
B=36.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021752200.080.2000.1427639.1377.45
HexCAAFDC8140E114274d
Octal312257334102401642447115
Binary110010101010111111011100100010100011101000101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFDC; }

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

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

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

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

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

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

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

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