Html Css Color HEX #CEE2AD Reef

📋 copy color: '#CEE2AD'

red 206 ◦ green 226 ◦ blue 173

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

Shades of Reef #CEE2AD

Tints of Reef #CEE2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.36%

 BLUE value IS 173 (67.97% from 255) = 28.6%

R = 34.05%
G = 37.36%
B = 28.6%

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

#CEE2AD (or 0xCEE2AD) is known color: Reef. HEX triplet: CE, E2 and AD. RGB value is (206,226,173). Sum of RGB (Red+Green+Blue) = 206+226+173=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE2AD is #311D52. Grayscale: #D6D6D6. Windows color (decimal): -3218771 or 11395790. OLE color: 11395790.

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

Color convert

RGB 206 226 173 -
CMYK 0.09 0 0.23 0.11
HSL 82.64º 0.48% 0.78% -
HSV(B) 82.64º 0.23% 0.89% -
XYZ 60.19 70.53 49.98 -
YUV 213.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 206 226 173 0.09 0 0.23 0.11 82.64 0.48 0.78
Hex CE E2 AD 9 0 17 B 53 30 4E
Octal 316 342 255 11 0 27 13 123 60 116
Binary 11001110 11100010 10101101 1001 0 10111 1011 1010011 110000 1001110

Color Harmonies of #CEE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2AD

Black with #CEE2AD

Text Example


Text Example

White with #CEE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2AD; }

 p { color: rgb(206,226,173); }

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

background-color css

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

 a { background-color: rgb(206,226,173); }

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

border-color css

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

 span { border-color: rgb(206,226,173); }

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