Html Css Color HEX #CBE0B2 Reef

📋 copy color: '#CBE0B2'

red 203 ◦ green 224 ◦ blue 178

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

Shades of Reef #CBE0B2

Tints of Reef #CBE0B2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.02%

 BLUE value IS 178 (69.92% from 255) = 29.42%

R = 33.55%
G = 37.02%
B = 29.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#CBE0B2 (or 0xCBE0B2) is known color: Reef. HEX triplet: CB, E0 and B2. RGB value is (203,224,178). Sum of RGB (Red+Green+Blue) = 203+224+178=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE0B2 is #341F4D. Grayscale: #D4D4D4. Windows color (decimal): -3415886 or 11722955. OLE color: 11722955.

HSL color Cylindrical-coordinate representation of color #CBE0B2: hue angle of 87.39º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBE0B2 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 178 -
CMYK 0.09 0 0.21 0.12
HSL 87.39º 0.43% 0.79% -
HSV(B) 87.39º 0.21% 0.88% -
XYZ 59.32 69.22 52.35 -
YUV 212.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 203 224 178 0.09 0 0.21 0.12 87.39 0.43 0.79
Hex CB E0 B2 9 0 15 C 57 2B 4F
Octal 313 340 262 11 0 25 14 127 53 117
Binary 11001011 11100000 10110010 1001 0 10101 1100 1010111 101011 1001111

Color Harmonies of #CBE0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE0B2

Black with #CBE0B2

Text Example


Text Example

White with #CBE0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE0B2; }

 p { color: rgb(203,224,178); }

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

background-color css

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

 a { background-color: rgb(203,224,178); }

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

border-color css

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

 span { border-color: rgb(203,224,178); }

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