Html Css Color HEX #C5DCCC Granny Apple

📋 copy color: '#C5DCCC'

red 197 ◦ green 220 ◦ blue 204

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

Shades of Granny Apple #C5DCCC

Tints of Granny Apple #C5DCCC

RGB

 RED value IS 197 (77.34% from 255) = 31.72%

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

 BLUE value IS 204 (80.08% from 255) = 32.85%

R = 31.72%
G = 35.43%
B = 32.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#C5DCCC (or 0xC5DCCC) is known color: Granny Apple. HEX triplet: C5, DC and CC. RGB value is (197,220,204). Sum of RGB (Red+Green+Blue) = 197+220+204=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCC is #3A2333. Grayscale: #D3D3D3. Windows color (decimal): -3810100 or 13425861. OLE color: 13425861.

HSL color Cylindrical-coordinate representation of color #C5DCCC: hue angle of 138.26º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DCCC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 204 -
CMYK 0.10 0 0.07 0.14
HSL 138.26º 0.25% 0.82% -
HSV(B) 138.26º 0.1% 0.86% -
XYZ 59.52 67.42 67 -
YUV 211.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 197 220 204 0.10 0 0.07 0.14 138.26 0.25 0.82
Hex C5 DC CC A 0 7 E 8A 19 52
Octal 305 334 314 12 0 7 16 212 31 122
Binary 11000101 11011100 11001100 1010 0 111 1110 10001010 11001 1010010

Color Harmonies of #C5DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCCC

Black with #C5DCCC

Text Example


Text Example

White with #C5DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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