Html Css Color HEX #CDDDD2 Granny Apple

📋 copy color: '#CDDDD2'

red 205 ◦ green 221 ◦ blue 210

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

Shades of Granny Apple #CDDDD2

Tints of Granny Apple #CDDDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.02%

R = 32.23%
G = 34.75%
B = 33.02%

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

#CDDDD2 (or 0xCDDDD2) is known color: Granny Apple. HEX triplet: CD, DD and D2. RGB value is (205,221,210). Sum of RGB (Red+Green+Blue) = 205+221+210=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDD2 is #32222D. Grayscale: #D6D6D6. Windows color (decimal): -3285550 or 13819341. OLE color: 13819341.

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

Color convert

RGB 205 221 210 -
CMYK 0.07 0 0.05 0.13
HSL 138.75º 0.19% 0.84% -
HSV(B) 138.75º 0.07% 0.87% -
XYZ 62.67 69.35 71.05 -
YUV 214.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 205 221 210 0.07 0 0.05 0.13 138.75 0.19 0.84
Hex CD DD D2 7 0 5 D 8B 13 54
Octal 315 335 322 7 0 5 15 213 23 124
Binary 11001101 11011101 11010010 111 0 101 1101 10001011 10011 1010100

Color Harmonies of #CDDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDD2

Black with #CDDDD2

Text Example


Text Example

White with #CDDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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