#CBDEB2

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

Shades of Reef #CBDEB2

Tints of Reef #CBDEB2

Color information

#CBDEB2 (or 0xCBDEB2) is unknown color: approx Reef. HEX triplet: CB, DE and B2. RGB value is (203,222,178). Sum of RGB (Red+Green+Blue) = 203+222+178=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEB2 is #34214D. Grayscale: #D3D3D3. Windows color (decimal): -3416398 or 11722443. OLE color: 11722443.

HSL color Cylindrical-coordinate representation of color #CBDEB2: hue angle of 85.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDEB2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB203222178-
CMYK0.0900.200.13
HSL85.91º40%78.43%-
HSV(B)85.91º19.82%87.06%-
XYZ58.7968.1552.18-
YUV211.3109.21122.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=33.67%
G=36.82%
B=29.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221780.0900.200.1385.914078.43
HexCBDEB29014D56284e
Octal313336262110241512650116
Binary1100101111011110101100101001010100110110101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEB2; }

 p { color: rgb(203,222,178); }

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

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

 a { background-color: rgb(203,222,178); }

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

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

 span { border-color: rgb(203,222,178); }

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