#CADBCF

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

Shades of Granny Apple #CADBCF

Tints of Granny Apple #CADBCF

Color information

#CADBCF (or 0xCADBCF) is unknown color: approx Granny Apple. HEX triplet: CA, DB and CF. RGB value is (202,219,207). Sum of RGB (Red+Green+Blue) = 202+219+207=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBCF is #352430. Grayscale: #D4D4D4. Windows color (decimal): -3482673 or 13622218. OLE color: 13622218.

HSL color Cylindrical-coordinate representation of color #CADBCF: hue angle of 137.65º degrees, saturation: 0.19, 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 #CADBCF is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB202219207-
CMYK0.0800.050.14
HSL137.65º19.1%82.55%-
HSV(B)137.65º7.76%85.88%-
XYZ60.9567.7268.89-
YUV212.55124.87120.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=32.17%
G=34.87%
B=32.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022192070.0800.050.14137.6519.182.55
HexCADBCF805E8a1353
Octal31233331710051621223123
Binary11001010110110111100111110000101111010001010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBCF; }

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

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

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

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

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

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

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

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