Html Css Color HEX #CDE3AD Reef

📋 copy color: '#CDE3AD'

red 205 ◦ green 227 ◦ blue 173

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

Shades of Reef #CDE3AD

Tints of Reef #CDE3AD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.52%

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

R = 33.88%
G = 37.52%
B = 28.6%

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

#CDE3AD (or 0xCDE3AD) is known color: Reef. HEX triplet: CD, E3 and AD. RGB value is (205,227,173). Sum of RGB (Red+Green+Blue) = 205+227+173=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE3AD is #321C52. Grayscale: #D6D6D6. Windows color (decimal): -3284051 or 11396045. OLE color: 11396045.

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

Color convert

RGB 205 227 173 -
CMYK 0.10 0 0.24 0.11
HSL 84.44º 0.49% 0.78% -
HSV(B) 84.44º 0.24% 0.89% -
XYZ 60.19 70.93 50.05 -
YUV 214.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 205 227 173 0.10 0 0.24 0.11 84.44 0.49 0.78
Hex CD E3 AD A 0 18 B 54 31 4E
Octal 315 343 255 12 0 30 13 124 61 116
Binary 11001101 11100011 10101101 1010 0 11000 1011 1010100 110001 1001110

Color Harmonies of #CDE3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE3AD

Black with #CDE3AD

Text Example


Text Example

White with #CDE3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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