#CAECCD

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

Shades of Granny Apple #CAECCD

Tints of Granny Apple #CAECCD

Color information

#CAECCD (or 0xCAECCD) is unknown color: approx Granny Apple. HEX triplet: CA, EC and CD. RGB value is (202,236,205). Sum of RGB (Red+Green+Blue) = 202+236+205=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECCD is #351332. Grayscale: #DEDEDE. Windows color (decimal): -3478323 or 13495498. OLE color: 13495498.

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

Color convert

RGB202236205-
CMYK0.1400.130.07
HSL125.29º47.22%85.88%-
HSV(B)125.29º14.41%92.55%-
XYZ65.3776.9669.17-
YUV222.3118.24113.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=31.42%
G=36.70%
B=31.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362050.1400.130.07125.2947.2285.88
HexCAECCDE0D77d2f56
Octal31235431516015717557126
Binary11001010111011001100110111100110111111111011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECCD; }

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

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

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

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

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

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

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

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