Html Css Color HEX #CBDEA9 Reef

📋 copy color: '#CBDEA9'

red 203 ◦ green 222 ◦ blue 169

#CBDEA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CBDEA9

Tints of Reef #CBDEA9

RGB

 RED value IS 203 (79.69% from 255) = 34.18%

 GREEN value IS 222 (87.11% from 255) = 37.37%

 BLUE value IS 169 (66.41% from 255) = 28.45%

R = 34.18%
G = 37.37%
B = 28.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#CBDEA9 (or 0xCBDEA9) is known color: Reef. HEX triplet: CB, DE and A9. RGB value is (203,222,169). Sum of RGB (Red+Green+Blue) = 203+222+169=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEA9 is #342156. Grayscale: #D2D2D2. Windows color (decimal): -3416407 or 11132619. OLE color: 11132619.

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

Color convert

RGB 203 222 169 -
CMYK 0.09 0 0.24 0.13
HSL 81.51º 0.45% 0.77% -
HSV(B) 81.51º 0.24% 0.87% -
XYZ 57.91 67.8 47.57 -
YUV 210.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 203 222 169 0.09 0 0.24 0.13 81.51 0.45 0.77
Hex CB DE A9 9 0 18 D 52 2D 4D
Octal 313 336 251 11 0 30 15 122 55 115
Binary 11001011 11011110 10101001 1001 0 11000 1101 1010010 101101 1001101

Color Harmonies of #CBDEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDEA9

Black with #CBDEA9

Text Example


Text Example

White with #CBDEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDEA9; }

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

 H1.HeaderClassName
 {
   color: #CBDEA9;
 }
 .AnyTagClassName
 {
   color: #CBDEA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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