#CBCCBE

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

Shades of Celeste #CBCCBE

Tints of Celeste #CBCCBE

Color information

#CBCCBE (or 0xCBCCBE) is unknown color: approx Celeste. HEX triplet: CB, CC and BE. RGB value is (203,204,190). Sum of RGB (Red+Green+Blue) = 203+204+190=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCBE is #343341. Grayscale: #CACACA. Windows color (decimal): -3420994 or 12504267. OLE color: 12504267.

HSL color Cylindrical-coordinate representation of color #CBCCBE: hue angle of 64.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCCBE is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB203204190-
CMYK0.0000.070.2
HSL64.29º12.07%77.25%-
HSV(B)64.29º6.86%80%-
XYZ55.5259.657.29-
YUV202.1121.17128.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=34.00%
G=34.17%
B=31.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041900.0000.070.264.2912.0777.25
HexCBCCBE0071440c4d
Octal3133142760072410014115
Binary1100101111001100101111100011110100100000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCBE; }

 p { color: rgb(203,204,190); }

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

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

 a { background-color: rgb(203,204,190); }

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

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

 span { border-color: rgb(203,204,190); }

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