Html Css Color HEX #CBDEB0 Reef

📋 copy color: '#CBDEB0'

red 203 ◦ green 222 ◦ blue 176

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

Shades of Reef #CBDEB0

Tints of Reef #CBDEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.28%

R = 33.78%
G = 36.94%
B = 29.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#CBDEB0 (or 0xCBDEB0) is known color: Reef. HEX triplet: CB, DE and B0. RGB value is (203,222,176). Sum of RGB (Red+Green+Blue) = 203+222+176=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEB0 is #34214F. Grayscale: #D3D3D3. Windows color (decimal): -3416400 or 11591371. OLE color: 11591371.

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

Color convert

RGB 203 222 176 -
CMYK 0.09 0 0.21 0.13
HSL 84.78º 0.41% 0.78% -
HSV(B) 84.78º 0.21% 0.87% -
XYZ 58.59 68.07 51.13 -
YUV 211.08 108.21 122.24 -
System Red Green Blue C M Y K H S L
Decimal 203 222 176 0.09 0 0.21 0.13 84.78 0.41 0.78
Hex CB DE B0 9 0 15 D 55 29 4E
Octal 313 336 260 11 0 25 15 125 51 116
Binary 11001011 11011110 10110000 1001 0 10101 1101 1010101 101001 1001110

Color Harmonies of #CBDEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDEB0

Black with #CBDEB0

Text Example


Text Example

White with #CBDEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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