Html Css Color HEX #CAD9CF Granny Apple

📋 copy color: '#CAD9CF'

red 202 ◦ green 217 ◦ blue 207

#CAD9CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #CAD9CF

Tints of Granny Apple #CAD9CF

RGB

 RED value IS 202 (79.3% 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 value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#CAD9CF (or 0xCAD9CF) is known color: 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

RGB 202 217 207 -
CMYK 0.07 0 0.05 0.15
HSL 140º 0.16% 0.82% -
HSV(B) 140º 0.07% 0.85% -
XYZ 60.43 66.69 68.72 -
YUV 211.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 202 217 207 0.07 0 0.05 0.15 140 0.16 0.82
Hex CA D9 CF 7 0 5 F 8C 10 52
Octal 312 331 317 7 0 5 17 214 20 122
Binary 11001010 11011001 11001111 111 0 101 1111 10001100 10000 1010010

Color Harmonies of #CAD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD9CF

Black with #CAD9CF

Text Example


Text Example

White with #CAD9CF

Text Example


Text Example

HTML Codes & Css Web 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>