#CFCBD0

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

Shades of Thistle #CFCBD0

Tints of Thistle #CFCBD0

Color information

#CFCBD0 (or 0xCFCBD0) is unknown color: approx Thistle. HEX triplet: CF, CB and D0. RGB value is (207,203,208). Sum of RGB (Red+Green+Blue) = 207+203+208=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBD0 is #30342F. Grayscale: #CCCCCC. Windows color (decimal): -3159088 or 13683663. OLE color: 13683663.

HSL color Cylindrical-coordinate representation of color #CFCBD0: hue angle of 288º degrees, saturation: 0.05, 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 #CFCBD0 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207203208-
CMYK0.000.0200.18
HSL288º5.05%80.59%-
HSV(B)288º2.4%81.57%-
XYZ58.4760.5368.28-
YUV204.77129.83129.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=33.50%
G=32.85%
B=33.66%

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
Decimal2072032080.000.0200.182885.0580.59
HexCFCBD002012120551
Octal317313320020224405121
Binary1100111111001011110100000100100101001000001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBD0; }

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

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

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

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

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

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

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

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