Html Css Color HEX #CDE4AE Reef

📋 copy color: '#CDE4AE'

red 205 ◦ green 228 ◦ blue 174

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

Shades of Reef #CDE4AE

Tints of Reef #CDE4AE

RGB

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

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

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

R = 33.77%
G = 37.56%
B = 28.67%

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

#CDE4AE (or 0xCDE4AE) is known color: Reef. HEX triplet: CD, E4 and AE. RGB value is (205,228,174). Sum of RGB (Red+Green+Blue) = 205+228+174=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE4AE is #321B51. Grayscale: #D7D7D7. Windows color (decimal): -3283794 or 11461837. OLE color: 11461837.

HSL color Cylindrical-coordinate representation of color #CDE4AE: hue angle of 85.56º 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 #CDE4AE is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 174 -
CMYK 0.10 0 0.24 0.11
HSL 85.56º 0.5% 0.79% -
HSV(B) 85.56º 0.24% 0.89% -
XYZ 60.56 71.52 50.66 -
YUV 214.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 205 228 174 0.10 0 0.24 0.11 85.56 0.5 0.79
Hex CD E4 AE A 0 18 B 56 32 4F
Octal 315 344 256 12 0 30 13 126 62 117
Binary 11001101 11100100 10101110 1010 0 11000 1011 1010110 110010 1001111

Color Harmonies of #CDE4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE4AE

Black with #CDE4AE

Text Example


Text Example

White with #CDE4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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