Html Css Color HEX #C8ECE4 Jagged Ice

📋 copy color: '#C8ECE4'

red 200 ◦ green 236 ◦ blue 228

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

Shades of Jagged Ice #C8ECE4

Tints of Jagged Ice #C8ECE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.34%

R = 30.12%
G = 35.54%
B = 34.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C8ECE4 (or 0xC8ECE4) is known color: Jagged Ice. HEX triplet: C8, EC and E4. RGB value is (200,236,228). Sum of RGB (Red+Green+Blue) = 200+236+228=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECE4 is #37131B. Grayscale: #E0E0E0. Windows color (decimal): -3609372 or 15002824. OLE color: 15002824.

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

Color convert

RGB 200 236 228 -
CMYK 0.15 0 0.03 0.07
HSL 166.67º 0.49% 0.85% -
HSV(B) 166.67º 0.15% 0.93% -
XYZ 67.82 77.87 84.86 -
YUV 224.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 200 236 228 0.15 0 0.03 0.07 166.67 0.49 0.85
Hex C8 EC E4 F 0 3 7 A7 31 55
Octal 310 354 344 17 0 3 7 247 61 125
Binary 11001000 11101100 11100100 1111 0 11 111 10100111 110001 1010101

Color Harmonies of #C8ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ECE4

Black with #C8ECE4

Text Example


Text Example

White with #C8ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ECE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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