Html Css Color HEX #C6EDE7 Jagged Ice

📋 copy color: '#C6EDE7'

red 198 ◦ green 237 ◦ blue 231

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

Shades of Jagged Ice #C6EDE7

Tints of Jagged Ice #C6EDE7

RGB

 RED value IS 198 (77.73% from 255) = 29.73%

 GREEN value IS 237 (92.97% from 255) = 35.59%

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

R = 29.73%
G = 35.59%
B = 34.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C6EDE7 (or 0xC6EDE7) is known color: Jagged Ice. HEX triplet: C6, ED and E7. RGB value is (198,237,231). Sum of RGB (Red+Green+Blue) = 198+237+231=666 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.73% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EDE7 is #391218. Grayscale: #E0E0E0. Windows color (decimal): -3740185 or 15199686. OLE color: 15199686.

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

Color convert

RGB 198 237 231 -
CMYK 0.16 0 0.03 0.07
HSL 170.77º 0.52% 0.85% -
HSV(B) 170.77º 0.16% 0.93% -
XYZ 68 78.34 87.14 -
YUV 224.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 198 237 231 0.16 0 0.03 0.07 170.77 0.52 0.85
Hex C6 ED E7 10 0 3 7 AB 34 55
Octal 306 355 347 20 0 3 7 253 64 125
Binary 11000110 11101101 11100111 10000 0 11 111 10101011 110100 1010101

Color Harmonies of #C6EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EDE7

Black with #C6EDE7

Text Example


Text Example

White with #C6EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EDE7; }

 p { color: rgb(198,237,231); }

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

background-color css

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

 a { background-color: rgb(198,237,231); }

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

border-color css

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

 span { border-color: rgb(198,237,231); }

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