Html Css Color HEX #C4DFDC Jagged Ice

📋 copy color: '#C4DFDC'

red 196 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #C4DFDC

Tints of Jagged Ice #C4DFDC

RGB

 RED value IS 196 (76.95% from 255) = 30.67%

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

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 30.67%
G = 34.9%
B = 34.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C4DFDC (or 0xC4DFDC) is known color: Jagged Ice. HEX triplet: C4, DF and DC. RGB value is (196,223,220). Sum of RGB (Red+Green+Blue) = 196+223+220=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFDC is #3B2023. Grayscale: #D6D6D6. Windows color (decimal): -3874852 or 14475204. OLE color: 14475204.

HSL color Cylindrical-coordinate representation of color #C4DFDC: hue angle of 173.33º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DFDC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 223 220 -
CMYK 0.12 0 0.01 0.13
HSL 173.33º 0.3% 0.82% -
HSV(B) 173.33º 0.12% 0.87% -
XYZ 62.07 69.68 77.89 -
YUV 214.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 196 223 220 0.12 0 0.01 0.13 173.33 0.3 0.82
Hex C4 DF DC C 0 1 D AD 1E 52
Octal 304 337 334 14 0 1 15 255 36 122
Binary 11000100 11011111 11011100 1100 0 1 1101 10101101 11110 1010010

Color Harmonies of #C4DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DFDC

Black with #C4DFDC

Text Example


Text Example

White with #C4DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DFDC; }

 p { color: rgb(196,223,220); }

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

background-color css

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

 a { background-color: rgb(196,223,220); }

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

border-color css

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

 span { border-color: rgb(196,223,220); }

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