Html Css Color HEX #CCDDD1 Granny Apple

📋 copy color: '#CCDDD1'

red 204 ◦ green 221 ◦ blue 209

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

Shades of Granny Apple #CCDDD1

Tints of Granny Apple #CCDDD1

RGB

 RED value IS 204 (80.08% from 255) = 32.18%

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

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

R = 32.18%
G = 34.86%
B = 32.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#CCDDD1 (or 0xCCDDD1) is known color: Granny Apple. HEX triplet: CC, DD and D1. RGB value is (204,221,209). Sum of RGB (Red+Green+Blue) = 204+221+209=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD1 is #33222E. Grayscale: #D6D6D6. Windows color (decimal): -3351087 or 13753804. OLE color: 13753804.

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

Color convert

RGB 204 221 209 -
CMYK 0.08 0 0.05 0.13
HSL 137.65º 0.2% 0.83% -
HSV(B) 137.65º 0.08% 0.87% -
XYZ 62.27 69.15 70.39 -
YUV 214.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 204 221 209 0.08 0 0.05 0.13 137.65 0.2 0.83
Hex CC DD D1 8 0 5 D 8A 14 53
Octal 314 335 321 10 0 5 15 212 24 123
Binary 11001100 11011101 11010001 1000 0 101 1101 10001010 10100 1010011

Color Harmonies of #CCDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDD1

Black with #CCDDD1

Text Example


Text Example

White with #CCDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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