Html Css Color HEX #CCE7AC Reef

📋 copy color: '#CCE7AC'

red 204 ◦ green 231 ◦ blue 172

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

Shades of Reef #CCE7AC

Tints of Reef #CCE7AC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.06%

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

R = 33.61%
G = 38.06%
B = 28.34%

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

#CCE7AC (or 0xCCE7AC) is known color: Reef. HEX triplet: CC, E7 and AC. RGB value is (204,231,172). Sum of RGB (Red+Green+Blue) = 204+231+172=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE7AC is #331853. Grayscale: #D8D8D8. Windows color (decimal): -3348564 or 11331532. OLE color: 11331532.

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

Color convert

RGB 204 231 172 -
CMYK 0.12 0 0.26 0.09
HSL 87.46º 0.55% 0.79% -
HSV(B) 87.46º 0.26% 0.91% -
XYZ 60.92 72.97 49.9 -
YUV 216.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 204 231 172 0.12 0 0.26 0.09 87.46 0.55 0.79
Hex CC E7 AC C 0 1A 9 57 37 4F
Octal 314 347 254 14 0 32 11 127 67 117
Binary 11001100 11100111 10101100 1100 0 11010 1001 1010111 110111 1001111

Color Harmonies of #CCE7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7AC

Black with #CCE7AC

Text Example


Text Example

White with #CCE7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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