Html Css Color HEX #CCE6AC Reef

📋 copy color: '#CCE6AC'

red 204 ◦ green 230 ◦ blue 172

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

Shades of Reef #CCE6AC

Tints of Reef #CCE6AC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.95%

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

R = 33.66%
G = 37.95%
B = 28.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#CCE6AC (or 0xCCE6AC) is known color: Reef. HEX triplet: CC, E6 and AC. RGB value is (204,230,172). Sum of RGB (Red+Green+Blue) = 204+230+172=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE6AC is #331953. Grayscale: #D7D7D7. Windows color (decimal): -3348820 or 11331276. OLE color: 11331276.

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

Color convert

RGB 204 230 172 -
CMYK 0.11 0 0.25 0.10
HSL 86.9º 0.54% 0.79% -
HSV(B) 86.9º 0.25% 0.9% -
XYZ 60.65 72.41 49.81 -
YUV 215.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 204 230 172 0.11 0 0.25 0.10 86.9 0.54 0.79
Hex CC E6 AC B 0 19 A 57 36 4F
Octal 314 346 254 13 0 31 12 127 66 117
Binary 11001100 11100110 10101100 1011 0 11001 1010 1010111 110110 1001111

Color Harmonies of #CCE6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6AC

Black with #CCE6AC

Text Example


Text Example

White with #CCE6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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