Html Css Color HEX #C6E6DE Jagged Ice

📋 copy color: '#C6E6DE'

red 198 ◦ green 230 ◦ blue 222

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

Shades of Jagged Ice #C6E6DE

Tints of Jagged Ice #C6E6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 30.46%
G = 35.38%
B = 34.15%

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

#C6E6DE (or 0xC6E6DE) is known color: Jagged Ice. HEX triplet: C6, E6 and DE. RGB value is (198,230,222). Sum of RGB (Red+Green+Blue) = 198+230+222=650 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.46% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6E6DE is #391921. Grayscale: #DBDBDB. Windows color (decimal): -3741986 or 14608070. OLE color: 14608070.

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

Color convert

RGB 198 230 222 -
CMYK 0.14 0 0.03 0.10
HSL 165º 0.39% 0.84% -
HSV(B) 165º 0.14% 0.9% -
XYZ 64.77 73.87 79.95 -
YUV 219.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 198 230 222 0.14 0 0.03 0.10 165 0.39 0.84
Hex C6 E6 DE E 0 3 A A5 27 54
Octal 306 346 336 16 0 3 12 245 47 124
Binary 11000110 11100110 11011110 1110 0 11 1010 10100101 100111 1010100

Color Harmonies of #C6E6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E6DE

Black with #C6E6DE

Text Example


Text Example

White with #C6E6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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