Html Css Color HEX #C8ECE3 Jagged Ice

📋 copy color: '#C8ECE3'

red 200 ◦ green 236 ◦ blue 227

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

Shades of Jagged Ice #C8ECE3

Tints of Jagged Ice #C8ECE3

RGB

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

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

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

R = 30.17%
G = 35.6%
B = 34.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#C8ECE3 (or 0xC8ECE3) is known color: Jagged Ice. HEX triplet: C8, EC and E3. RGB value is (200,236,227). Sum of RGB (Red+Green+Blue) = 200+236+227=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECE3 is #37131C. Grayscale: #E0E0E0. Windows color (decimal): -3609373 or 14937288. OLE color: 14937288.

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

Color convert

RGB 200 236 227 -
CMYK 0.15 0 0.04 0.07
HSL 165º 0.49% 0.85% -
HSV(B) 165º 0.15% 0.93% -
XYZ 67.68 77.82 84.13 -
YUV 224.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 200 236 227 0.15 0 0.04 0.07 165 0.49 0.85
Hex C8 EC E3 F 0 4 7 A5 31 55
Octal 310 354 343 17 0 4 7 245 61 125
Binary 11001000 11101100 11100011 1111 0 100 111 10100101 110001 1010101

Color Harmonies of #C8ECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ECE3

Black with #C8ECE3

Text Example


Text Example

White with #C8ECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ECE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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