#CFD0BA

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

Shades of Celeste #CFD0BA

Tints of Celeste #CFD0BA

Color information

#CFD0BA (or 0xCFD0BA) is unknown color: approx Celeste. HEX triplet: CF, D0 and BA. RGB value is (207,208,186). Sum of RGB (Red+Green+Blue) = 207+208+186=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0BA is #302F45. Grayscale: #CDCDCD. Windows color (decimal): -3157830 or 12243151. OLE color: 12243151.

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

Color convert

RGB207208186-
CMYK0.0000.110.18
HSL62.73º18.97%77.25%-
HSV(B)62.73º10.58%81.57%-
XYZ57.1561.9255.39-
YUV205.19117.17129.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=34.44%
G=34.61%
B=30.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081860.0000.110.1862.7318.9777.25
HexCFD0BA00B123f134d
Octal3173202720013227723115
Binary11001111110100001011101000101110010111111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0BA; }

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

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

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

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

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

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

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

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