#CFCBD1

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

Shades of Prelude #CFCBD1

Tints of Prelude #CFCBD1

Color information

#CFCBD1 (or 0xCFCBD1) is unknown color: approx Prelude. HEX triplet: CF, CB and D1. RGB value is (207,203,209). Sum of RGB (Red+Green+Blue) = 207+203+209=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBD1 is #30342E. Grayscale: #CCCCCC. Windows color (decimal): -3159087 or 13749199. OLE color: 13749199.

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

Color convert

RGB207203209-
CMYK0.010.0300.18
HSL280º6.12%80.78%-
HSV(B)280º2.87%81.96%-
XYZ58.660.5868.93-
YUV204.88130.33129.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=33.44%
G=32.79%
B=33.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072032090.010.0300.182806.1280.78
HexCFCBD113012118651
Octal317313321130224306121
Binary1100111111001011110100011110100101000110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBD1; }

 p { color: rgb(207,203,209); }

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

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

 a { background-color: rgb(207,203,209); }

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

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

 span { border-color: rgb(207,203,209); }

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