Html Css Color HEX #CEE1AD Reef

📋 copy color: '#CEE1AD'

red 206 ◦ green 225 ◦ blue 173

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

Shades of Reef #CEE1AD

Tints of Reef #CEE1AD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.25%

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

R = 34.11%
G = 37.25%
B = 28.64%

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

#CEE1AD (or 0xCEE1AD) is known color: Reef. HEX triplet: CE, E1 and AD. RGB value is (206,225,173). Sum of RGB (Red+Green+Blue) = 206+225+173=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE1AD is #311E52. Grayscale: #D5D5D5. Windows color (decimal): -3219027 or 11395534. OLE color: 11395534.

HSL color Cylindrical-coordinate representation of color #CEE1AD: hue angle of 81.92º degrees, saturation: 0.46, 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 #CEE1AD is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 173 -
CMYK 0.08 0 0.23 0.12
HSL 81.92º 0.46% 0.78% -
HSV(B) 81.92º 0.23% 0.88% -
XYZ 59.92 69.99 49.89 -
YUV 213.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 206 225 173 0.08 0 0.23 0.12 81.92 0.46 0.78
Hex CE E1 AD 8 0 17 C 52 2E 4E
Octal 316 341 255 10 0 27 14 122 56 116
Binary 11001110 11100001 10101101 1000 0 10111 1100 1010010 101110 1001110

Color Harmonies of #CEE1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1AD

Black with #CEE1AD

Text Example


Text Example

White with #CEE1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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