Html Css Color HEX #C6E6DF Jagged Ice

📋 copy color: '#C6E6DF'

red 198 ◦ green 230 ◦ blue 223

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

Shades of Jagged Ice #C6E6DF

Tints of Jagged Ice #C6E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.33%

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

R = 30.41%
G = 35.33%
B = 34.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#C6E6DF (or 0xC6E6DF) is known color: Jagged Ice. HEX triplet: C6, E6 and DF. RGB value is (198,230,223). Sum of RGB (Red+Green+Blue) = 198+230+223=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6E6DF is #391920. Grayscale: #DBDBDB. Windows color (decimal): -3741985 or 14673606. OLE color: 14673606.

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

Color convert

RGB 198 230 223 -
CMYK 0.14 0 0.03 0.10
HSL 166.88º 0.39% 0.84% -
HSV(B) 166.88º 0.14% 0.9% -
XYZ 64.9 73.93 80.66 -
YUV 219.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 198 230 223 0.14 0 0.03 0.10 166.88 0.39 0.84
Hex C6 E6 DF E 0 3 A A7 27 54
Octal 306 346 337 16 0 3 12 247 47 124
Binary 11000110 11100110 11011111 1110 0 11 1010 10100111 100111 1010100

Color Harmonies of #C6E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E6DF

Black with #C6E6DF

Text Example


Text Example

White with #C6E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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