#CFCCD0

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

Shades of Prelude #CFCCD0

Tints of Prelude #CFCCD0

Color information

#CFCCD0 (or 0xCFCCD0) is unknown color: approx Prelude. HEX triplet: CF, CC and D0. RGB value is (207,204,208). Sum of RGB (Red+Green+Blue) = 207+204+208=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCD0 is #30332F. Grayscale: #CDCDCD. Windows color (decimal): -3158832 or 13683919. OLE color: 13683919.

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

Color convert

RGB207204208-
CMYK0.000.0200.18
HSL285º4.08%80.78%-
HSV(B)285º1.92%81.57%-
XYZ58.7161.0168.36-
YUV205.35129.49129.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=33.44%
G=32.96%
B=33.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072042080.000.0200.182854.0880.78
HexCFCCD00201211d451
Octal317314320020224354121
Binary1100111111001100110100000100100101000111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCD0; }

 p { color: rgb(207,204,208); }

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

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

 a { background-color: rgb(207,204,208); }

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

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

 span { border-color: rgb(207,204,208); }

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