Html Css Color HEX #C6E7DF Jagged Ice

📋 copy color: '#C6E7DF'

red 198 ◦ green 231 ◦ blue 223

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

Shades of Jagged Ice #C6E7DF

Tints of Jagged Ice #C6E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.43%

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 30.37%
G = 35.43%
B = 34.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#C6E7DF (or 0xC6E7DF) is known color: Jagged Ice. HEX triplet: C6, E7 and DF. RGB value is (198,231,223). Sum of RGB (Red+Green+Blue) = 198+231+223=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6E7DF is #391820. Grayscale: #DCDCDC. Windows color (decimal): -3741729 or 14673862. OLE color: 14673862.

HSL color Cylindrical-coordinate representation of color #C6E7DF: hue angle of 165.45º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6E7DF is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 231 223 -
CMYK 0.14 0 0.03 0.09
HSL 165.45º 0.41% 0.84% -
HSV(B) 165.45º 0.14% 0.91% -
XYZ 65.18 74.49 80.75 -
YUV 220.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 198 231 223 0.14 0 0.03 0.09 165.45 0.41 0.84
Hex C6 E7 DF E 0 3 9 A5 29 54
Octal 306 347 337 16 0 3 11 245 51 124
Binary 11000110 11100111 11011111 1110 0 11 1001 10100101 101001 1010100

Color Harmonies of #C6E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E7DF

Black with #C6E7DF

Text Example


Text Example

White with #C6E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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