Html Css Color HEX #CDDFD1 Granny Apple

📋 copy color: '#CDDFD1'

red 205 ◦ green 223 ◦ blue 209

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

Shades of Granny Apple #CDDFD1

Tints of Granny Apple #CDDFD1

RGB

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

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

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

R = 32.18%
G = 35.01%
B = 32.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#CDDFD1 (or 0xCDDFD1) is known color: Granny Apple. HEX triplet: CD, DF and D1. RGB value is (205,223,209). Sum of RGB (Red+Green+Blue) = 205+223+209=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFD1 is #32202E. Grayscale: #D8D8D8. Windows color (decimal): -3285039 or 13754317. OLE color: 13754317.

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

Color convert

RGB 205 223 209 -
CMYK 0.08 0 0.06 0.13
HSL 133.33º 0.22% 0.84% -
HSV(B) 133.33º 0.08% 0.87% -
XYZ 63.07 70.36 70.58 -
YUV 216.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 205 223 209 0.08 0 0.06 0.13 133.33 0.22 0.84
Hex CD DF D1 8 0 6 D 85 16 54
Octal 315 337 321 10 0 6 15 205 26 124
Binary 11001101 11011111 11010001 1000 0 110 1101 10000101 10110 1010100

Color Harmonies of #CDDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDFD1

Black with #CDDFD1

Text Example


Text Example

White with #CDDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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