Html Css Color HEX #C7ECE3 Jagged Ice

📋 copy color: '#C7ECE3'

red 199 ◦ green 236 ◦ blue 227

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

Shades of Jagged Ice #C7ECE3

Tints of Jagged Ice #C7ECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.29%

R = 30.06%
G = 35.65%
B = 34.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C7ECE3 (or 0xC7ECE3) is known color: Jagged Ice. HEX triplet: C7, EC and E3. RGB value is (199,236,227). Sum of RGB (Red+Green+Blue) = 199+236+227=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7ECE3 is #38131C. Grayscale: #DFDFDF. Windows color (decimal): -3674909 or 14937287. OLE color: 14937287.

HSL color Cylindrical-coordinate representation of color #C7ECE3: hue angle of 165.41º 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 #C7ECE3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 236 227 -
CMYK 0.16 0 0.04 0.07
HSL 165.41º 0.49% 0.85% -
HSV(B) 165.41º 0.16% 0.93% -
XYZ 67.41 77.68 84.11 -
YUV 223.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 199 236 227 0.16 0 0.04 0.07 165.41 0.49 0.85
Hex C7 EC E3 10 0 4 7 A5 31 55
Octal 307 354 343 20 0 4 7 245 61 125
Binary 11000111 11101100 11100011 10000 0 100 111 10100101 110001 1010101

Color Harmonies of #C7ECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ECE3

Black with #C7ECE3

Text Example


Text Example

White with #C7ECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ECE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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