Html Css Color HEX #CCE8AC Reef

📋 copy color: '#CCE8AC'

red 204 ◦ green 232 ◦ blue 172

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

Shades of Reef #CCE8AC

Tints of Reef #CCE8AC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.16%

 BLUE value IS 172 (67.58% from 255) = 28.29%

R = 33.55%
G = 38.16%
B = 28.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#CCE8AC (or 0xCCE8AC) is known color: Reef. HEX triplet: CC, E8 and AC. RGB value is (204,232,172). Sum of RGB (Red+Green+Blue) = 204+232+172=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE8AC is #331753. Grayscale: #D9D9D9. Windows color (decimal): -3348308 or 11331788. OLE color: 11331788.

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

Color convert

RGB 204 232 172 -
CMYK 0.12 0 0.26 0.09
HSL 88º 0.57% 0.79% -
HSV(B) 88º 0.26% 0.91% -
XYZ 61.2 73.53 50 -
YUV 216.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 204 232 172 0.12 0 0.26 0.09 88 0.57 0.79
Hex CC E8 AC C 0 1A 9 58 39 4F
Octal 314 350 254 14 0 32 11 130 71 117
Binary 11001100 11101000 10101100 1100 0 11010 1001 1011000 111001 1001111

Color Harmonies of #CCE8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8AC

Black with #CCE8AC

Text Example


Text Example

White with #CCE8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8AC; }

 p { color: rgb(204,232,172); }

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

background-color css

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

 a { background-color: rgb(204,232,172); }

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

border-color css

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

 span { border-color: rgb(204,232,172); }

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