#CFCAD2

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

Shades of Prelude #CFCAD2

Tints of Prelude #CFCAD2

Color information

#CFCAD2 (or 0xCFCAD2) is unknown color: approx Prelude. HEX triplet: CF, CA and D2. RGB value is (207,202,210). Sum of RGB (Red+Green+Blue) = 207+202+210=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAD2 is #30352D. Grayscale: #CCCCCC. Windows color (decimal): -3159342 or 13814479. OLE color: 13814479.

HSL color Cylindrical-coordinate representation of color #CFCAD2: hue angle of 277.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFCAD2 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207202210-
CMYK0.010.0400.18
HSL277.5º8.16%80.78%-
HSV(B)277.5º3.81%82.35%-
XYZ58.4960.1669.5-
YUV204.41131.16129.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=33.44%
G=32.63%
B=33.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072022100.010.0400.18277.58.1680.78
HexCFCAD214012116851
Octal3173123221402242610121
Binary110011111100101011010010110001001010001011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAD2; }

 p { color: rgb(207,202,210); }

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

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

 a { background-color: rgb(207,202,210); }

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

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

 span { border-color: rgb(207,202,210); }

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