Html Css Color HEX #CBDD9E Reef

📋 copy color: '#CBDD9E'

red 203 ◦ green 221 ◦ blue 158

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

Shades of Reef #CBDD9E

Tints of Reef #CBDD9E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 158 (62.11% from 255) = 27.15%

R = 34.88%
G = 37.97%
B = 27.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#CBDD9E (or 0xCBDD9E) is known color: Reef. HEX triplet: CB, DD and 9E. RGB value is (203,221,158). Sum of RGB (Red+Green+Blue) = 203+221+158=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD9E is #342261. Grayscale: #D0D0D0. Windows color (decimal): -3416674 or 10411467. OLE color: 10411467.

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

Color convert

RGB 203 221 158 -
CMYK 0.08 0 0.29 0.13
HSL 77.14º 0.48% 0.74% -
HSV(B) 77.14º 0.29% 0.87% -
XYZ 56.66 66.88 42.27 -
YUV 208.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 203 221 158 0.08 0 0.29 0.13 77.14 0.48 0.74
Hex CB DD 9E 8 0 1D D 4D 30 4A
Octal 313 335 236 10 0 35 15 115 60 112
Binary 11001011 11011101 10011110 1000 0 11101 1101 1001101 110000 1001010

Color Harmonies of #CBDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD9E

Black with #CBDD9E

Text Example


Text Example

White with #CBDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD9E; }

 p { color: rgb(203,221,158); }

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

background-color css

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

 a { background-color: rgb(203,221,158); }

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

border-color css

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

 span { border-color: rgb(203,221,158); }

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