Html Css Color HEX #CEEEAD Reef

📋 copy color: '#CEEEAD'

red 206 ◦ green 238 ◦ blue 173

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

Shades of Reef #CEEEAD

Tints of Reef #CEEEAD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.57%

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

R = 33.39%
G = 38.57%
B = 28.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#CEEEAD (or 0xCEEEAD) is known color: Reef. HEX triplet: CE, EE and AD. RGB value is (206,238,173). Sum of RGB (Red+Green+Blue) = 206+238+173=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEAD is #311152. Grayscale: #DDDDDD. Windows color (decimal): -3215699 or 11398862. OLE color: 11398862.

HSL color Cylindrical-coordinate representation of color #CEEEAD: hue angle of 89.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEEEAD is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 173 -
CMYK 0.13 0 0.27 0.07
HSL 89.54º 0.66% 0.81% -
HSV(B) 89.54º 0.27% 0.93% -
XYZ 63.57 77.29 51.1 -
YUV 221.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 206 238 173 0.13 0 0.27 0.07 89.54 0.66 0.81
Hex CE EE AD D 0 1B 7 5A 42 51
Octal 316 356 255 15 0 33 7 132 102 121
Binary 11001110 11101110 10101101 1101 0 11011 111 1011010 1000010 1010001

Color Harmonies of #CEEEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEEAD

Black with #CEEEAD

Text Example


Text Example

White with #CEEEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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