Html Css Color HEX #CADDCE Granny Apple

📋 copy color: '#CADDCE'

red 202 ◦ green 221 ◦ blue 206

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

Shades of Granny Apple #CADDCE

Tints of Granny Apple #CADDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 32.11%
G = 35.14%
B = 32.75%

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

#CADDCE (or 0xCADDCE) is known color: Granny Apple. HEX triplet: CA, DD and CE. RGB value is (202,221,206). Sum of RGB (Red+Green+Blue) = 202+221+206=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCE is #352231. Grayscale: #D5D5D5. Windows color (decimal): -3482162 or 13557194. OLE color: 13557194.

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

Color convert

RGB 202 221 206 -
CMYK 0.09 0 0.07 0.13
HSL 132.63º 0.22% 0.83% -
HSV(B) 132.63º 0.09% 0.87% -
XYZ 61.35 68.73 68.42 -
YUV 213.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 202 221 206 0.09 0 0.07 0.13 132.63 0.22 0.83
Hex CA DD CE 9 0 7 D 85 16 53
Octal 312 335 316 11 0 7 15 205 26 123
Binary 11001010 11011101 11001110 1001 0 111 1101 10000101 10110 1010011

Color Harmonies of #CADDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDCE

Black with #CADDCE

Text Example


Text Example

White with #CADDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDCE; }

 p { color: rgb(202,221,206); }

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

background-color css

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

 a { background-color: rgb(202,221,206); }

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

border-color css

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

 span { border-color: rgb(202,221,206); }

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