#CADCCF

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

Shades of Granny Apple #CADCCF

Tints of Granny Apple #CADCCF

Color information

#CADCCF (or 0xCADCCF) is unknown color: approx Granny Apple. HEX triplet: CA, DC and CF. RGB value is (202,220,207). Sum of RGB (Red+Green+Blue) = 202+220+207=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCCF is #352330. Grayscale: #D5D5D5. Windows color (decimal): -3482417 or 13622474. OLE color: 13622474.

HSL color Cylindrical-coordinate representation of color #CADCCF: hue angle of 136.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADCCF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB202220207-
CMYK0.0800.060.14
HSL136.67º20.45%82.75%-
HSV(B)136.67º8.18%86.27%-
XYZ61.2168.2568.98-
YUV213.14124.54120.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=32.11%
G=34.98%
B=32.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022202070.0800.060.14136.6720.4582.75
HexCADCCF806E891453
Octal31233431710061621124123
Binary11001010110111001100111110000110111010001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCCF; }

 p { color: rgb(202,220,207); }

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

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

 a { background-color: rgb(202,220,207); }

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

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

 span { border-color: rgb(202,220,207); }

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