Html Css Color HEX #CEE0AD Reef

📋 copy color: '#CEE0AD'

red 206 ◦ green 224 ◦ blue 173

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

Shades of Reef #CEE0AD

Tints of Reef #CEE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

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

R = 34.16%
G = 37.15%
B = 28.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#CEE0AD (or 0xCEE0AD) is known color: Reef. HEX triplet: CE, E0 and AD. RGB value is (206,224,173). Sum of RGB (Red+Green+Blue) = 206+224+173=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE0AD is #311F52. Grayscale: #D4D4D4. Windows color (decimal): -3219283 or 11395278. OLE color: 11395278.

HSL color Cylindrical-coordinate representation of color #CEE0AD: hue angle of 81.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEE0AD is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 173 -
CMYK 0.08 0 0.23 0.12
HSL 81.18º 0.45% 0.78% -
HSV(B) 81.18º 0.23% 0.88% -
XYZ 59.65 69.45 49.8 -
YUV 212.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 206 224 173 0.08 0 0.23 0.12 81.18 0.45 0.78
Hex CE E0 AD 8 0 17 C 51 2D 4E
Octal 316 340 255 10 0 27 14 121 55 116
Binary 11001110 11100000 10101101 1000 0 10111 1100 1010001 101101 1001110

Color Harmonies of #CEE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0AD

Black with #CEE0AD

Text Example


Text Example

White with #CEE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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