Html Css Color HEX #CEE5AE Reef

📋 copy color: '#CEE5AE'

red 206 ◦ green 229 ◦ blue 174

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

Shades of Reef #CEE5AE

Tints of Reef #CEE5AE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.6%

 BLUE value IS 174 (68.36% from 255) = 28.57%

R = 33.83%
G = 37.6%
B = 28.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#CEE5AE (or 0xCEE5AE) is known color: Reef. HEX triplet: CE, E5 and AE. RGB value is (206,229,174). Sum of RGB (Red+Green+Blue) = 206+229+174=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE5AE is #311A51. Grayscale: #D8D8D8. Windows color (decimal): -3218002 or 11462094. OLE color: 11462094.

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

Color convert

RGB 206 229 174 -
CMYK 0.10 0 0.24 0.10
HSL 85.09º 0.51% 0.79% -
HSV(B) 85.09º 0.24% 0.9% -
XYZ 61.11 72.22 50.76 -
YUV 215.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 206 229 174 0.10 0 0.24 0.10 85.09 0.51 0.79
Hex CE E5 AE A 0 18 A 55 33 4F
Octal 316 345 256 12 0 30 12 125 63 117
Binary 11001110 11100101 10101110 1010 0 11000 1010 1010101 110011 1001111

Color Harmonies of #CEE5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5AE

Black with #CEE5AE

Text Example


Text Example

White with #CEE5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5AE; }

 p { color: rgb(206,229,174); }

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

background-color css

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

 a { background-color: rgb(206,229,174); }

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

border-color css

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

 span { border-color: rgb(206,229,174); }

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