#CAEDCD

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

Shades of Granny Apple #CAEDCD

Tints of Granny Apple #CAEDCD

Color information

#CAEDCD (or 0xCAEDCD) is unknown color: approx Granny Apple. HEX triplet: CA, ED and CD. RGB value is (202,237,205). Sum of RGB (Red+Green+Blue) = 202+237+205=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDCD is #351232. Grayscale: #DEDEDE. Windows color (decimal): -3478067 or 13495754. OLE color: 13495754.

HSL color Cylindrical-coordinate representation of color #CAEDCD: hue angle of 125.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDCD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB202237205-
CMYK0.1500.140.07
HSL125.14º49.3%86.08%-
HSV(B)125.14º14.77%92.94%-
XYZ65.6677.5369.26-
YUV222.89117.9113.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=31.37%
G=36.80%
B=31.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372050.1500.140.07125.1449.386.08
HexCAEDCDF0E77d3156
Octal31235531517016717561126
Binary11001010111011011100110111110111011111111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDCD; }

 p { color: rgb(202,237,205); }

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

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

 a { background-color: rgb(202,237,205); }

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

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

 span { border-color: rgb(202,237,205); }

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