#CBDF9B

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

Shades of Reef #CBDF9B

Tints of Reef #CBDF9B

Color information

#CBDF9B (or 0xCBDF9B) is unknown color: approx Reef. HEX triplet: CB, DF and 9B. RGB value is (203,223,155). Sum of RGB (Red+Green+Blue) = 203+223+155=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF9B is #342064. Grayscale: #D1D1D1. Windows color (decimal): -3416165 or 10215371. OLE color: 10215371.

HSL color Cylindrical-coordinate representation of color #CBDF9B: hue angle of 77.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBDF9B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB203223155-
CMYK0.0900.300.13
HSL77.65º51.52%74.12%-
HSV(B)77.65º30.49%87.45%-
XYZ56.9367.8441.1-
YUV209.2797.37123.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=34.94%
G=38.38%
B=26.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032231550.0900.300.1377.6551.5274.12
HexCBDF9B901ED4e344a
Octal313337233110361511664112
Binary1100101111011111100110111001011110110110011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDF9B; }

 p { color: rgb(203,223,155); }

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

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

 a { background-color: rgb(203,223,155); }

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

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

 span { border-color: rgb(203,223,155); }

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