Html Css Color HEX #C4DFDD Jagged Ice

📋 copy color: '#C4DFDD'

red 196 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #C4DFDD

Tints of Jagged Ice #C4DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 30.63%
G = 34.84%
B = 34.53%

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

#C4DFDD (or 0xC4DFDD) is known color: Jagged Ice. HEX triplet: C4, DF and DD. RGB value is (196,223,221). Sum of RGB (Red+Green+Blue) = 196+223+221=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFDD is #3B2022. Grayscale: #D6D6D6. Windows color (decimal): -3874851 or 14540740. OLE color: 14540740.

HSL color Cylindrical-coordinate representation of color #C4DFDD: hue angle of 175.56º 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 #C4DFDD is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 223 221 -
CMYK 0.12 0 0.01 0.13
HSL 175.56º 0.3% 0.82% -
HSV(B) 175.56º 0.12% 0.87% -
XYZ 62.2 69.73 78.59 -
YUV 214.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 196 223 221 0.12 0 0.01 0.13 175.56 0.3 0.82
Hex C4 DF DD C 0 1 D B0 1E 52
Octal 304 337 335 14 0 1 15 260 36 122
Binary 11000100 11011111 11011101 1100 0 1 1101 10110000 11110 1010010

Color Harmonies of #C4DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DFDD

Black with #C4DFDD

Text Example


Text Example

White with #C4DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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