Html Css Color HEX #CDDFD0 Granny Apple

📋 copy color: '#CDDFD0'

red 205 ◦ green 223 ◦ blue 208

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

Shades of Granny Apple #CDDFD0

Tints of Granny Apple #CDDFD0

RGB

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

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

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

R = 32.23%
G = 35.06%
B = 32.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#CDDFD0 (or 0xCDDFD0) is known color: Granny Apple. HEX triplet: CD, DF and D0. RGB value is (205,223,208). Sum of RGB (Red+Green+Blue) = 205+223+208=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFD0 is #32202F. Grayscale: #D7D7D7. Windows color (decimal): -3285040 or 13688781. OLE color: 13688781.

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

Color convert

RGB 205 223 208 -
CMYK 0.08 0 0.07 0.13
HSL 130º 0.22% 0.84% -
HSV(B) 130º 0.08% 0.87% -
XYZ 62.95 70.31 69.93 -
YUV 215.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 205 223 208 0.08 0 0.07 0.13 130 0.22 0.84
Hex CD DF D0 8 0 7 D 82 16 54
Octal 315 337 320 10 0 7 15 202 26 124
Binary 11001101 11011111 11010000 1000 0 111 1101 10000010 10110 1010100

Color Harmonies of #CDDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDFD0

Black with #CDDFD0

Text Example


Text Example

White with #CDDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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