#CBDF9D

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

Shades of Reef #CBDF9D

Tints of Reef #CBDF9D

Color information

#CBDF9D (or 0xCBDF9D) is unknown color: approx Reef. HEX triplet: CB, DF and 9D. RGB value is (203,223,157). Sum of RGB (Red+Green+Blue) = 203+223+157=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF9D is #342062. Grayscale: #D1D1D1. Windows color (decimal): -3416163 or 10346443. OLE color: 10346443.

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

Color convert

RGB203223157-
CMYK0.0900.300.13
HSL78.18º50.77%74.51%-
HSV(B)78.18º29.6%87.45%-
XYZ57.167.9142-
YUV209.598.37123.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 157 (61.72% from 255) = 26.93%
R=34.82%
G=38.25%
B=26.93%

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
Decimal2032231570.0900.300.1378.1850.7774.51
HexCBDF9D901ED4e334b
Octal313337235110361511663113
Binary1100101111011111100111011001011110110110011101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDF9D; }

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

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

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

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

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

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

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

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