#CDEAD4

Color #CDEAD4 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CDEAD4

Tints of Granny Apple #CDEAD4

Color information

#CDEAD4 (or 0xCDEAD4) is unknown color: approx Granny Apple. HEX triplet: CD, EA and D4. RGB value is (205,234,212). Sum of RGB (Red+Green+Blue) = 205+234+212=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAD4 is #32152B. Grayscale: #DEDEDE. Windows color (decimal): -3282220 or 13953741. OLE color: 13953741.

HSL color Cylindrical-coordinate representation of color #CDEAD4: hue angle of 134.48º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDEAD4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB205234212-
CMYK0.1200.090.08
HSL134.48º40.85%86.08%-
HSV(B)134.48º12.39%91.76%-
XYZ66.4876.5873.56-
YUV222.82121.89115.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=31.49%
G=35.94%
B=32.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342120.1200.090.08134.4840.8586.08
HexCDEAD4C098862956
Octal315352324140111020651126
Binary1100110111101010110101001100010011000100001101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAD4; }

 p { color: rgb(205,234,212); }

 H1.HeaderClassName
 {
   color: #CDEAD4;
 }
 .AnyTagClassName
 {
   color: #CDEAD4;
 }
</style>
background-color css

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

 a { background-color: rgb(205,234,212); }

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

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

 span { border-color: rgb(205,234,212); }

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