Html Css Color HEX #C4E7DF Jagged Ice

📋 copy color: '#C4E7DF'

red 196 ◦ green 231 ◦ blue 223

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

Shades of Jagged Ice #C4E7DF

Tints of Jagged Ice #C4E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.54%

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 30.15%
G = 35.54%
B = 34.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#C4E7DF (or 0xC4E7DF) is known color: Jagged Ice. HEX triplet: C4, E7 and DF. RGB value is (196,231,223). Sum of RGB (Red+Green+Blue) = 196+231+223=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #C4E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4E7DF is #3B1820. Grayscale: #DBDBDB. Windows color (decimal): -3872801 or 14673860. OLE color: 14673860.

HSL color Cylindrical-coordinate representation of color #C4E7DF: hue angle of 166.29º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4E7DF is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 231 223 -
CMYK 0.15 0 0.03 0.09
HSL 166.29º 0.42% 0.84% -
HSV(B) 166.29º 0.15% 0.91% -
XYZ 64.66 74.22 80.73 -
YUV 219.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 196 231 223 0.15 0 0.03 0.09 166.29 0.42 0.84
Hex C4 E7 DF F 0 3 9 A6 2A 54
Octal 304 347 337 17 0 3 11 246 52 124
Binary 11000100 11100111 11011111 1111 0 11 1001 10100110 101010 1010100

Color Harmonies of #C4E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E7DF

Black with #C4E7DF

Text Example


Text Example

White with #C4E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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