Html Css Color HEX #CDE0AD Reef

📋 copy color: '#CDE0AD'

red 205 ◦ green 224 ◦ blue 173

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

Shades of Reef #CDE0AD

Tints of Reef #CDE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.21%

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

R = 34.05%
G = 37.21%
B = 28.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#CDE0AD (or 0xCDE0AD) is known color: Reef. HEX triplet: CD, E0 and AD. RGB value is (205,224,173). Sum of RGB (Red+Green+Blue) = 205+224+173=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0AD is #321F52. Grayscale: #D4D4D4. Windows color (decimal): -3284819 or 11395277. OLE color: 11395277.

HSL color Cylindrical-coordinate representation of color #CDE0AD: hue angle of 82.35º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDE0AD is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 173 -
CMYK 0.08 0 0.23 0.12
HSL 82.35º 0.45% 0.78% -
HSV(B) 82.35º 0.23% 0.88% -
XYZ 59.38 69.31 49.78 -
YUV 212.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 205 224 173 0.08 0 0.23 0.12 82.35 0.45 0.78
Hex CD E0 AD 8 0 17 C 52 2D 4E
Octal 315 340 255 10 0 27 14 122 55 116
Binary 11001101 11100000 10101101 1000 0 10111 1100 1010010 101101 1001110

Color Harmonies of #CDE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE0AD

Black with #CDE0AD

Text Example


Text Example

White with #CDE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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