Html Css Color HEX #CEE4AC Reef

📋 copy color: '#CEE4AC'

red 206 ◦ green 228 ◦ blue 172

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

Shades of Reef #CEE4AC

Tints of Reef #CEE4AC

RGB

 RED value IS 206 (80.86% from 255) = 33.99%

 GREEN value IS 228 (89.45% from 255) = 37.62%

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

R = 33.99%
G = 37.62%
B = 28.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#CEE4AC (or 0xCEE4AC) is known color: Reef. HEX triplet: CE, E4 and AC. RGB value is (206,228,172). Sum of RGB (Red+Green+Blue) = 206+228+172=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE4AC is #311B53. Grayscale: #D7D7D7. Windows color (decimal): -3218260 or 11330766. OLE color: 11330766.

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

Color convert

RGB 206 228 172 -
CMYK 0.10 0 0.25 0.11
HSL 83.57º 0.51% 0.78% -
HSV(B) 83.57º 0.25% 0.89% -
XYZ 60.64 71.59 49.65 -
YUV 215.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 206 228 172 0.10 0 0.25 0.11 83.57 0.51 0.78
Hex CE E4 AC A 0 19 B 54 33 4E
Octal 316 344 254 12 0 31 13 124 63 116
Binary 11001110 11100100 10101100 1010 0 11001 1011 1010100 110011 1001110

Color Harmonies of #CEE4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4AC

Black with #CEE4AC

Text Example


Text Example

White with #CEE4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4AC; }

 p { color: rgb(206,228,172); }

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

background-color css

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

 a { background-color: rgb(206,228,172); }

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

border-color css

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

 span { border-color: rgb(206,228,172); }

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