Html Css Color HEX #CDDDD1 Granny Apple

📋 copy color: '#CDDDD1'

red 205 ◦ green 221 ◦ blue 209

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

Shades of Granny Apple #CDDDD1

Tints of Granny Apple #CDDDD1

RGB

 RED value IS 205 (80.47% from 255) = 32.28%

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

 BLUE value IS 209 (82.03% from 255) = 32.91%

R = 32.28%
G = 34.8%
B = 32.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#CDDDD1 (or 0xCDDDD1) is known color: Granny Apple. HEX triplet: CD, DD and D1. RGB value is (205,221,209). Sum of RGB (Red+Green+Blue) = 205+221+209=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDD1 is #32222E. Grayscale: #D6D6D6. Windows color (decimal): -3285551 or 13753805. OLE color: 13753805.

HSL color Cylindrical-coordinate representation of color #CDDDD1: hue angle of 135º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDDD1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 209 -
CMYK 0.07 0 0.05 0.13
HSL 135º 0.19% 0.84% -
HSV(B) 135º 0.07% 0.87% -
XYZ 62.54 69.3 70.4 -
YUV 214.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 205 221 209 0.07 0 0.05 0.13 135 0.19 0.84
Hex CD DD D1 7 0 5 D 87 13 54
Octal 315 335 321 7 0 5 15 207 23 124
Binary 11001101 11011101 11010001 111 0 101 1101 10000111 10011 1010100

Color Harmonies of #CDDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDD1

Black with #CDDDD1

Text Example


Text Example

White with #CDDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDD1; }

 p { color: rgb(205,221,209); }

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

background-color css

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

 a { background-color: rgb(205,221,209); }

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

border-color css

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

 span { border-color: rgb(205,221,209); }

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