Html Css Color HEX #CADCCE Granny Apple

📋 copy color: '#CADCCE'

red 202 ◦ green 220 ◦ blue 206

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

Shades of Granny Apple #CADCCE

Tints of Granny Apple #CADCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

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

R = 32.17%
G = 35.03%
B = 32.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#CADCCE (or 0xCADCCE) is known color: Granny Apple. HEX triplet: CA, DC and CE. RGB value is (202,220,206). Sum of RGB (Red+Green+Blue) = 202+220+206=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCCE is #352331. Grayscale: #D5D5D5. Windows color (decimal): -3482418 or 13556938. OLE color: 13556938.

HSL color Cylindrical-coordinate representation of color #CADCCE: hue angle of 133.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADCCE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 220 206 -
CMYK 0.08 0 0.06 0.14
HSL 133.33º 0.2% 0.83% -
HSV(B) 133.33º 0.08% 0.86% -
XYZ 61.09 68.2 68.34 -
YUV 213.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 202 220 206 0.08 0 0.06 0.14 133.33 0.2 0.83
Hex CA DC CE 8 0 6 E 85 14 53
Octal 312 334 316 10 0 6 16 205 24 123
Binary 11001010 11011100 11001110 1000 0 110 1110 10000101 10100 1010011

Color Harmonies of #CADCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADCCE

Black with #CADCCE

Text Example


Text Example

White with #CADCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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