Html Css Color HEX #C7ECE7 Jagged Ice

📋 copy color: '#C7ECE7'

red 199 ◦ green 236 ◦ blue 231

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

Shades of Jagged Ice #C7ECE7

Tints of Jagged Ice #C7ECE7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.44%

 BLUE value IS 231 (90.63% from 255) = 34.68%

R = 29.88%
G = 35.44%
B = 34.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#C7ECE7 (or 0xC7ECE7) is known color: Jagged Ice. HEX triplet: C7, EC and E7. RGB value is (199,236,231). Sum of RGB (Red+Green+Blue) = 199+236+231=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7ECE7 is #381318. Grayscale: #E0E0E0. Windows color (decimal): -3674905 or 15199431. OLE color: 15199431.

HSL color Cylindrical-coordinate representation of color #C7ECE7: hue angle of 171.89º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ECE7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 236 231 -
CMYK 0.16 0 0.02 0.07
HSL 171.89º 0.49% 0.85% -
HSV(B) 171.89º 0.16% 0.93% -
XYZ 67.97 77.9 87.06 -
YUV 224.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 199 236 231 0.16 0 0.02 0.07 171.89 0.49 0.85
Hex C7 EC E7 10 0 2 7 AC 31 55
Octal 307 354 347 20 0 2 7 254 61 125
Binary 11000111 11101100 11100111 10000 0 10 111 10101100 110001 1010101

Color Harmonies of #C7ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ECE7

Black with #C7ECE7

Text Example


Text Example

White with #C7ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ECE7; }

 p { color: rgb(199,236,231); }

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

background-color css

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

 a { background-color: rgb(199,236,231); }

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

border-color css

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

 span { border-color: rgb(199,236,231); }

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