Html Css Color HEX #CEE4AA Reef

📋 copy color: '#CEE4AA'

red 206 ◦ green 228 ◦ blue 170

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

Shades of Reef #CEE4AA

Tints of Reef #CEE4AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.15%

R = 34.11%
G = 37.75%
B = 28.15%

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

#CEE4AA (or 0xCEE4AA) is known color: Reef. HEX triplet: CE, E4 and AA. RGB value is (206,228,170). Sum of RGB (Red+Green+Blue) = 206+228+170=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE4AA is #311B55. Grayscale: #D7D7D7. Windows color (decimal): -3218262 or 11199694. OLE color: 11199694.

HSL color Cylindrical-coordinate representation of color #CEE4AA: hue angle of 82.76º degrees, saturation: 0.52, 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 #CEE4AA is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 170 -
CMYK 0.10 0 0.25 0.11
HSL 82.76º 0.52% 0.78% -
HSV(B) 82.76º 0.25% 0.89% -
XYZ 60.45 71.51 48.65 -
YUV 214.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 206 228 170 0.10 0 0.25 0.11 82.76 0.52 0.78
Hex CE E4 AA A 0 19 B 53 34 4E
Octal 316 344 252 12 0 31 13 123 64 116
Binary 11001110 11100100 10101010 1010 0 11001 1011 1010011 110100 1001110

Color Harmonies of #CEE4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4AA

Black with #CEE4AA

Text Example


Text Example

White with #CEE4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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