#CAD9CF

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

Shades of Granny Apple #CAD9CF

Tints of Granny Apple #CAD9CF

Color information

#CAD9CF (or 0xCAD9CF) is unknown color: approx Granny Apple. HEX triplet: CA, D9 and CF. RGB value is (202,217,207). Sum of RGB (Red+Green+Blue) = 202+217+207=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9CF is #352630. Grayscale: #D3D3D3. Windows color (decimal): -3483185 or 13621706. OLE color: 13621706.

HSL color Cylindrical-coordinate representation of color #CAD9CF: hue angle of 140º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAD9CF is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB202217207-
CMYK0.0700.050.15
HSL140º16.48%82.16%-
HSV(B)140º6.91%85.1%-
XYZ60.4366.6968.72-
YUV211.38125.53121.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=32.27%
G=34.66%
B=33.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022172070.0700.050.1514016.4882.16
HexCAD9CF705F8c1052
Octal3123313177051721420122
Binary1100101011011001110011111110101111110001100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9CF; }

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

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

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

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

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

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

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

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