Html Css Color HEX #CCE5B0 Reef

📋 copy color: '#CCE5B0'

red 204 ◦ green 229 ◦ blue 176

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

Shades of Reef #CCE5B0

Tints of Reef #CCE5B0

RGB

 RED value IS 204 (80.08% from 255) = 33.5%

 GREEN value IS 229 (89.84% from 255) = 37.6%

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

R = 33.5%
G = 37.6%
B = 28.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#CCE5B0 (or 0xCCE5B0) is known color: Reef. HEX triplet: CC, E5 and B0. RGB value is (204,229,176). Sum of RGB (Red+Green+Blue) = 204+229+176=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE5B0 is #331A4F. Grayscale: #D7D7D7. Windows color (decimal): -3349072 or 11593164. OLE color: 11593164.

HSL color Cylindrical-coordinate representation of color #CCE5B0: hue angle of 88.3º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCE5B0 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 176 -
CMYK 0.11 0 0.23 0.10
HSL 88.3º 0.5% 0.79% -
HSV(B) 88.3º 0.23% 0.9% -
XYZ 60.76 72.01 51.77 -
YUV 215.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 204 229 176 0.11 0 0.23 0.10 88.3 0.5 0.79
Hex CC E5 B0 B 0 17 A 58 32 4F
Octal 314 345 260 13 0 27 12 130 62 117
Binary 11001100 11100101 10110000 1011 0 10111 1010 1011000 110010 1001111

Color Harmonies of #CCE5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5B0

Black with #CCE5B0

Text Example


Text Example

White with #CCE5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5B0; }

 p { color: rgb(204,229,176); }

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

background-color css

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

 a { background-color: rgb(204,229,176); }

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

border-color css

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

 span { border-color: rgb(204,229,176); }

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