#CADFCF

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

Shades of Granny Apple #CADFCF

Tints of Granny Apple #CADFCF

Color information

#CADFCF (or 0xCADFCF) is unknown color: approx Granny Apple. HEX triplet: CA, DF and CF. RGB value is (202,223,207). Sum of RGB (Red+Green+Blue) = 202+223+207=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFCF is #352030. Grayscale: #D6D6D6. Windows color (decimal): -3481649 or 13623242. OLE color: 13623242.

HSL color Cylindrical-coordinate representation of color #CADFCF: hue angle of 134.29º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADFCF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB202223207-
CMYK0.0900.070.13
HSL134.29º24.71%83.33%-
HSV(B)134.29º9.42%87.45%-
XYZ62.0169.8469.24-
YUV214.9123.54118.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 223 (87.5% from 255) = 35.28%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=31.96%
G=35.28%
B=32.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022232070.0900.070.13134.2924.7183.33
HexCADFCF907D861953
Octal31233731711071520631123
Binary11001010110111111100111110010111110110000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFCF; }

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

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

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

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

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

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

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

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