Html Css Color HEX #CCE1B2 Reef

📋 copy color: '#CCE1B2'

red 204 ◦ green 225 ◦ blue 178

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

Shades of Reef #CCE1B2

Tints of Reef #CCE1B2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

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

R = 33.61%
G = 37.07%
B = 29.32%

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

#CCE1B2 (or 0xCCE1B2) is known color: Reef. HEX triplet: CC, E1 and B2. RGB value is (204,225,178). Sum of RGB (Red+Green+Blue) = 204+225+178=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1B2 is #331E4D. Grayscale: #D5D5D5. Windows color (decimal): -3350094 or 11723212. OLE color: 11723212.

HSL color Cylindrical-coordinate representation of color #CCE1B2: hue angle of 86.81º degrees, saturation: 0.44, 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 #CCE1B2 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 178 -
CMYK 0.09 0 0.21 0.12
HSL 86.81º 0.44% 0.79% -
HSV(B) 86.81º 0.21% 0.88% -
XYZ 59.86 69.9 52.46 -
YUV 213.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 204 225 178 0.09 0 0.21 0.12 86.81 0.44 0.79
Hex CC E1 B2 9 0 15 C 57 2C 4F
Octal 314 341 262 11 0 25 14 127 54 117
Binary 11001100 11100001 10110010 1001 0 10101 1100 1010111 101100 1001111

Color Harmonies of #CCE1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1B2

Black with #CCE1B2

Text Example


Text Example

White with #CCE1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1B2; }

 p { color: rgb(204,225,178); }

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

background-color css

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

 a { background-color: rgb(204,225,178); }

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

border-color css

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

 span { border-color: rgb(204,225,178); }

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