#CFC5D2

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

Shades of Prelude #CFC5D2

Tints of Prelude #CFC5D2

Color information

#CFC5D2 (or 0xCFC5D2) is unknown color: approx Prelude. HEX triplet: CF, C5 and D2. RGB value is (207,197,210). Sum of RGB (Red+Green+Blue) = 207+197+210=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFC5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5D2 is #303A2D. Grayscale: #C9C9C9. Windows color (decimal): -3160622 or 13813199. OLE color: 13813199.

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

Color convert

RGB207197210-
CMYK0.010.0600.18
HSL286.15º12.62%79.8%-
HSV(B)286.15º6.19%82.35%-
XYZ57.3357.8569.12-
YUV201.47132.81131.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 197 (77.34% from 255) = 32.08%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=33.71%
G=32.08%
B=34.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071972100.010.0600.18286.1512.6279.8
HexCFC5D21601211ed50
Octal3173053221602243615120
Binary110011111100010111010010111001001010001111011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5D2; }

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

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

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

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

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

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

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

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