Html Css Color HEX #C8ECE7 Jagged Ice

📋 copy color: '#C8ECE7'

red 200 ◦ green 236 ◦ blue 231

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

Shades of Jagged Ice #C8ECE7

Tints of Jagged Ice #C8ECE7

RGB

 RED value IS 200 (78.52% from 255) = 29.99%

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

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

R = 29.99%
G = 35.38%
B = 34.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#C8ECE7 (or 0xC8ECE7) is known color: Jagged Ice. HEX triplet: C8, EC and E7. RGB value is (200,236,231). Sum of RGB (Red+Green+Blue) = 200+236+231=667 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.99% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECE7 is #371318. Grayscale: #E0E0E0. Windows color (decimal): -3609369 or 15199432. OLE color: 15199432.

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

Color convert

RGB 200 236 231 -
CMYK 0.15 0 0.02 0.07
HSL 171.67º 0.49% 0.85% -
HSV(B) 171.67º 0.15% 0.93% -
XYZ 68.24 78.04 87.07 -
YUV 224.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 200 236 231 0.15 0 0.02 0.07 171.67 0.49 0.85
Hex C8 EC E7 F 0 2 7 AC 31 55
Octal 310 354 347 17 0 2 7 254 61 125
Binary 11001000 11101100 11100111 1111 0 10 111 10101100 110001 1010101

Color Harmonies of #C8ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ECE7

Black with #C8ECE7

Text Example


Text Example

White with #C8ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ECE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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