Html Css Color HEX #CCDCD0 Granny Apple

📋 copy color: '#CCDCD0'

red 204 ◦ green 220 ◦ blue 208

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

Shades of Granny Apple #CCDCD0

Tints of Granny Apple #CCDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.81%

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

R = 32.28%
G = 34.81%
B = 32.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#CCDCD0 (or 0xCCDCD0) is known color: Granny Apple. HEX triplet: CC, DC and D0. RGB value is (204,220,208). Sum of RGB (Red+Green+Blue) = 204+220+208=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD0 is #33232F. Grayscale: #D5D5D5. Windows color (decimal): -3351344 or 13688012. OLE color: 13688012.

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

Color convert

RGB 204 220 208 -
CMYK 0.07 0 0.05 0.14
HSL 135º 0.19% 0.83% -
HSV(B) 135º 0.07% 0.86% -
XYZ 61.88 68.58 69.65 -
YUV 213.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 204 220 208 0.07 0 0.05 0.14 135 0.19 0.83
Hex CC DC D0 7 0 5 E 87 13 53
Octal 314 334 320 7 0 5 16 207 23 123
Binary 11001100 11011100 11010000 111 0 101 1110 10000111 10011 1010011

Color Harmonies of #CCDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCD0

Black with #CCDCD0

Text Example


Text Example

White with #CCDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCD0; }

 p { color: rgb(204,220,208); }

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

background-color css

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

 a { background-color: rgb(204,220,208); }

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

border-color css

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

 span { border-color: rgb(204,220,208); }

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