Html Css Color HEX #CEE3AE Reef

📋 copy color: '#CEE3AE'

red 206 ◦ green 227 ◦ blue 174

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

Shades of Reef #CEE3AE

Tints of Reef #CEE3AE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.4%

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

R = 33.94%
G = 37.4%
B = 28.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#CEE3AE (or 0xCEE3AE) is known color: Reef. HEX triplet: CE, E3 and AE. RGB value is (206,227,174). Sum of RGB (Red+Green+Blue) = 206+227+174=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE3AE is #311C51. Grayscale: #D6D6D6. Windows color (decimal): -3218514 or 11461582. OLE color: 11461582.

HSL color Cylindrical-coordinate representation of color #CEE3AE: hue angle of 83.77º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEE3AE is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 174 -
CMYK 0.09 0 0.23 0.11
HSL 83.77º 0.49% 0.79% -
HSV(B) 83.77º 0.23% 0.89% -
XYZ 60.56 71.12 50.58 -
YUV 214.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 206 227 174 0.09 0 0.23 0.11 83.77 0.49 0.79
Hex CE E3 AE 9 0 17 B 54 31 4F
Octal 316 343 256 11 0 27 13 124 61 117
Binary 11001110 11100011 10101110 1001 0 10111 1011 1010100 110001 1001111

Color Harmonies of #CEE3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3AE

Black with #CEE3AE

Text Example


Text Example

White with #CEE3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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