Html Css Color HEX #C3DCCC Granny Apple

📋 copy color: '#C3DCCC'

red 195 ◦ green 220 ◦ blue 204

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

Shades of Granny Apple #C3DCCC

Tints of Granny Apple #C3DCCC

RGB

 RED value IS 195 (76.56% from 255) = 31.5%

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

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

R = 31.5%
G = 35.54%
B = 32.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#C3DCCC (or 0xC3DCCC) is known color: Granny Apple. HEX triplet: C3, DC and CC. RGB value is (195,220,204). Sum of RGB (Red+Green+Blue) = 195+220+204=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCCC is #3C2333. Grayscale: #D2D2D2. Windows color (decimal): -3941172 or 13425859. OLE color: 13425859.

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

Color convert

RGB 195 220 204 -
CMYK 0.11 0 0.07 0.14
HSL 141.6º 0.26% 0.81% -
HSV(B) 141.6º 0.11% 0.86% -
XYZ 59 67.15 66.98 -
YUV 210.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 195 220 204 0.11 0 0.07 0.14 141.6 0.26 0.81
Hex C3 DC CC B 0 7 E 8E 1A 51
Octal 303 334 314 13 0 7 16 216 32 121
Binary 11000011 11011100 11001100 1011 0 111 1110 10001110 11010 1010001

Color Harmonies of #C3DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCCC

Black with #C3DCCC

Text Example


Text Example

White with #C3DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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