Html Css Color HEX #C7E6DF Jagged Ice

📋 copy color: '#C7E6DF'

red 199 ◦ green 230 ◦ blue 223

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

Shades of Jagged Ice #C7E6DF

Tints of Jagged Ice #C7E6DF

RGB

 RED value IS 199 (78.13% from 255) = 30.52%

 GREEN value IS 230 (90.23% from 255) = 35.28%

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

R = 30.52%
G = 35.28%
B = 34.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#C7E6DF (or 0xC7E6DF) is known color: Jagged Ice. HEX triplet: C7, E6 and DF. RGB value is (199,230,223). Sum of RGB (Red+Green+Blue) = 199+230+223=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E6DF is #381920. Grayscale: #DBDBDB. Windows color (decimal): -3676449 or 14673607. OLE color: 14673607.

HSL color Cylindrical-coordinate representation of color #C7E6DF: hue angle of 166.45º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7E6DF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 230 223 -
CMYK 0.13 0 0.03 0.10
HSL 166.45º 0.38% 0.84% -
HSV(B) 166.45º 0.13% 0.9% -
XYZ 65.17 74.06 80.67 -
YUV 219.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 199 230 223 0.13 0 0.03 0.10 166.45 0.38 0.84
Hex C7 E6 DF D 0 3 A A6 26 54
Octal 307 346 337 15 0 3 12 246 46 124
Binary 11000111 11100110 11011111 1101 0 11 1010 10100110 100110 1010100

Color Harmonies of #C7E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E6DF

Black with #C7E6DF

Text Example


Text Example

White with #C7E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E6DF; }

 p { color: rgb(199,230,223); }

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

background-color css

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

 a { background-color: rgb(199,230,223); }

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

border-color css

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

 span { border-color: rgb(199,230,223); }

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