Html Css Color HEX #CBDEB1 Reef

📋 copy color: '#CBDEB1'

red 203 ◦ green 222 ◦ blue 177

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

Shades of Reef #CBDEB1

Tints of Reef #CBDEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.4%

R = 33.72%
G = 36.88%
B = 29.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#CBDEB1 (or 0xCBDEB1) is known color: Reef. HEX triplet: CB, DE and B1. RGB value is (203,222,177). Sum of RGB (Red+Green+Blue) = 203+222+177=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEB1 is #34214E. Grayscale: #D3D3D3. Windows color (decimal): -3416399 or 11656907. OLE color: 11656907.

HSL color Cylindrical-coordinate representation of color #CBDEB1: hue angle of 85.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDEB1 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 222 177 -
CMYK 0.09 0 0.20 0.13
HSL 85.33º 0.41% 0.78% -
HSV(B) 85.33º 0.2% 0.87% -
XYZ 58.69 68.11 51.65 -
YUV 211.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 203 222 177 0.09 0 0.20 0.13 85.33 0.41 0.78
Hex CB DE B1 9 0 14 D 55 29 4E
Octal 313 336 261 11 0 24 15 125 51 116
Binary 11001011 11011110 10110001 1001 0 10100 1101 1010101 101001 1001110

Color Harmonies of #CBDEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDEB1

Black with #CBDEB1

Text Example


Text Example

White with #CBDEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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