Html Css Color HEX #C4DDDA Jagged Ice

📋 copy color: '#C4DDDA'

red 196 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #C4DDDA

Tints of Jagged Ice #C4DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.8%

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 30.87%
G = 34.8%
B = 34.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C4DDDA (or 0xC4DDDA) is known color: Jagged Ice. HEX triplet: C4, DD and DA. RGB value is (196,221,218). Sum of RGB (Red+Green+Blue) = 196+221+218=635 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.87% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDDA is #3B2225. Grayscale: #D5D5D5. Windows color (decimal): -3875366 or 14343620. OLE color: 14343620.

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

Color convert

RGB 196 221 218 -
CMYK 0.11 0 0.01 0.13
HSL 172.8º 0.27% 0.82% -
HSV(B) 172.8º 0.11% 0.87% -
XYZ 61.28 68.51 76.32 -
YUV 213.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 196 221 218 0.11 0 0.01 0.13 172.8 0.27 0.82
Hex C4 DD DA B 0 1 D AD 1B 52
Octal 304 335 332 13 0 1 15 255 33 122
Binary 11000100 11011101 11011010 1011 0 1 1101 10101101 11011 1010010

Color Harmonies of #C4DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DDDA

Black with #C4DDDA

Text Example


Text Example

White with #C4DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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