Html Css Color HEX #CADFD0 Granny Apple

📋 copy color: '#CADFD0'

red 202 ◦ green 223 ◦ blue 208

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

Shades of Granny Apple #CADFD0

Tints of Granny Apple #CADFD0

RGB

 RED value IS 202 (79.3% from 255) = 31.91%

 GREEN value IS 223 (87.5% from 255) = 35.23%

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 31.91%
G = 35.23%
B = 32.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#CADFD0 (or 0xCADFD0) is known color: Granny Apple. HEX triplet: CA, DF and D0. RGB value is (202,223,208). Sum of RGB (Red+Green+Blue) = 202+223+208=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFD0 is #35202F. Grayscale: #D7D7D7. Windows color (decimal): -3481648 or 13688778. OLE color: 13688778.

HSL color Cylindrical-coordinate representation of color #CADFD0: hue angle of 137.14º 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 #CADFD0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 223 208 -
CMYK 0.09 0 0.07 0.13
HSL 137.14º 0.25% 0.83% -
HSV(B) 137.14º 0.09% 0.87% -
XYZ 62.13 69.89 69.89 -
YUV 215.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 202 223 208 0.09 0 0.07 0.13 137.14 0.25 0.83
Hex CA DF D0 9 0 7 D 89 19 53
Octal 312 337 320 11 0 7 15 211 31 123
Binary 11001010 11011111 11010000 1001 0 111 1101 10001001 11001 1010011

Color Harmonies of #CADFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFD0

Black with #CADFD0

Text Example


Text Example

White with #CADFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADFD0; }

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

 H1.HeaderClassName
 {
   color: #CADFD0;
 }
 .AnyTagClassName
 {
   color: #CADFD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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