Html Css Color HEX #CDE4AD Reef

📋 copy color: '#CDE4AD'

red 205 ◦ green 228 ◦ blue 173

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

Shades of Reef #CDE4AD

Tints of Reef #CDE4AD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.62%

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

R = 33.83%
G = 37.62%
B = 28.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#CDE4AD (or 0xCDE4AD) is known color: Reef. HEX triplet: CD, E4 and AD. RGB value is (205,228,173). Sum of RGB (Red+Green+Blue) = 205+228+173=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE4AD is #321B52. Grayscale: #D7D7D7. Windows color (decimal): -3283795 or 11396301. OLE color: 11396301.

HSL color Cylindrical-coordinate representation of color #CDE4AD: hue angle of 85.09º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE4AD is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 173 -
CMYK 0.10 0 0.24 0.11
HSL 85.09º 0.5% 0.79% -
HSV(B) 85.09º 0.24% 0.89% -
XYZ 60.46 71.48 50.15 -
YUV 214.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 205 228 173 0.10 0 0.24 0.11 85.09 0.5 0.79
Hex CD E4 AD A 0 18 B 55 32 4F
Octal 315 344 255 12 0 30 13 125 62 117
Binary 11001101 11100100 10101101 1010 0 11000 1011 1010101 110010 1001111

Color Harmonies of #CDE4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE4AD

Black with #CDE4AD

Text Example


Text Example

White with #CDE4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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