Html Css Color HEX #CDEEAD Reef

📋 copy color: '#CDEEAD'

red 205 ◦ green 238 ◦ blue 173

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

Shades of Reef #CDEEAD

Tints of Reef #CDEEAD

RGB

 RED value IS 205 (80.47% from 255) = 33.28%

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

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

R = 33.28%
G = 38.64%
B = 28.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#CDEEAD (or 0xCDEEAD) is known color: Reef. HEX triplet: CD, EE and AD. RGB value is (205,238,173). Sum of RGB (Red+Green+Blue) = 205+238+173=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEAD is #321152. Grayscale: #DCDCDC. Windows color (decimal): -3281235 or 11398861. OLE color: 11398861.

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

Color convert

RGB 205 238 173 -
CMYK 0.14 0 0.27 0.07
HSL 90.46º 0.66% 0.81% -
HSV(B) 90.46º 0.27% 0.93% -
XYZ 63.29 77.15 51.09 -
YUV 220.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 205 238 173 0.14 0 0.27 0.07 90.46 0.66 0.81
Hex CD EE AD E 0 1B 7 5A 42 51
Octal 315 356 255 16 0 33 7 132 102 121
Binary 11001101 11101110 10101101 1110 0 11011 111 1011010 1000010 1010001

Color Harmonies of #CDEEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEAD

Black with #CDEEAD

Text Example


Text Example

White with #CDEEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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