Html Css Color HEX #CBDD9B Reef

📋 copy color: '#CBDD9B'

red 203 ◦ green 221 ◦ blue 155

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

Shades of Reef #CBDD9B

Tints of Reef #CBDD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.77%

R = 35.06%
G = 38.17%
B = 26.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#CBDD9B (or 0xCBDD9B) is known color: Reef. HEX triplet: CB, DD and 9B. RGB value is (203,221,155). Sum of RGB (Red+Green+Blue) = 203+221+155=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD9B is #342264. Grayscale: #D0D0D0. Windows color (decimal): -3416677 or 10214859. OLE color: 10214859.

HSL color Cylindrical-coordinate representation of color #CBDD9B: hue angle of 76.36º degrees, saturation: 0.49, 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 #CBDD9B is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 155 -
CMYK 0.08 0 0.30 0.13
HSL 76.36º 0.49% 0.74% -
HSV(B) 76.36º 0.3% 0.87% -
XYZ 56.4 66.78 40.93 -
YUV 208.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 203 221 155 0.08 0 0.30 0.13 76.36 0.49 0.74
Hex CB DD 9B 8 0 1E D 4C 31 4A
Octal 313 335 233 10 0 36 15 114 61 112
Binary 11001011 11011101 10011011 1000 0 11110 1101 1001100 110001 1001010

Color Harmonies of #CBDD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDD9B

Black with #CBDD9B

Text Example


Text Example

White with #CBDD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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