Html Css Color HEX #C4DFDA Jagged Ice

📋 copy color: '#C4DFDA'

red 196 ◦ green 223 ◦ blue 218

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

Shades of Jagged Ice #C4DFDA

Tints of Jagged Ice #C4DFDA

RGB

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

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

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

R = 30.77%
G = 35.01%
B = 34.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C4DFDA (or 0xC4DFDA) is known color: Jagged Ice. HEX triplet: C4, DF and DA. RGB value is (196,223,218). Sum of RGB (Red+Green+Blue) = 196+223+218=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFDA is #3B2025. Grayscale: #D6D6D6. Windows color (decimal): -3874854 or 14344132. OLE color: 14344132.

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

Color convert

RGB 196 223 218 -
CMYK 0.12 0 0.02 0.13
HSL 168.89º 0.3% 0.82% -
HSV(B) 168.89º 0.12% 0.87% -
XYZ 61.81 69.57 76.5 -
YUV 214.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 196 223 218 0.12 0 0.02 0.13 168.89 0.3 0.82
Hex C4 DF DA C 0 2 D A9 1E 52
Octal 304 337 332 14 0 2 15 251 36 122
Binary 11000100 11011111 11011010 1100 0 10 1101 10101001 11110 1010010

Color Harmonies of #C4DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DFDA

Black with #C4DFDA

Text Example


Text Example

White with #C4DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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