#CBDE9A

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

Shades of Reef #CBDE9A

Tints of Reef #CBDE9A

Color information

#CBDE9A (or 0xCBDE9A) is unknown color: approx Reef. HEX triplet: CB, DE and 9A. RGB value is (203,222,154). Sum of RGB (Red+Green+Blue) = 203+222+154=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDE9A is #342165. Grayscale: #D0D0D0. Windows color (decimal): -3416422 or 10149579. OLE color: 10149579.

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

Color convert

RGB203222154-
CMYK0.0900.310.13
HSL76.76º50.75%73.73%-
HSV(B)76.76º30.63%87.06%-
XYZ56.5867.2740.57-
YUV208.5797.21124.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=35.06%
G=38.34%
B=26.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221540.0900.310.1376.7650.7573.73
HexCBDE9A901FD4d334a
Octal313336232110371511563112
Binary1100101111011110100110101001011111110110011011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDE9A; }

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

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

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

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

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

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

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

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