Html Css Color HEX #CEEDAE Reef

📋 copy color: '#CEEDAE'

red 206 ◦ green 237 ◦ blue 174

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

Shades of Reef #CEEDAE

Tints of Reef #CEEDAE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.41%

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

R = 33.39%
G = 38.41%
B = 28.2%

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

#CEEDAE (or 0xCEEDAE) is known color: Reef. HEX triplet: CE, ED and AE. RGB value is (206,237,174). Sum of RGB (Red+Green+Blue) = 206+237+174=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDAE is #311251. Grayscale: #DCDCDC. Windows color (decimal): -3215954 or 11464142. OLE color: 11464142.

HSL color Cylindrical-coordinate representation of color #CEEDAE: hue angle of 89.52º degrees, saturation: 0.64, 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 #CEEDAE is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 174 -
CMYK 0.13 0 0.27 0.07
HSL 89.52º 0.64% 0.81% -
HSV(B) 89.52º 0.27% 0.93% -
XYZ 63.38 76.75 51.52 -
YUV 220.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 206 237 174 0.13 0 0.27 0.07 89.52 0.64 0.81
Hex CE ED AE D 0 1B 7 5A 40 51
Octal 316 355 256 15 0 33 7 132 100 121
Binary 11001110 11101101 10101110 1101 0 11011 111 1011010 1000000 1010001

Color Harmonies of #CEEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEDAE

Black with #CEEDAE

Text Example


Text Example

White with #CEEDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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