Html Css Color HEX #C7DEDA Jagged Ice

📋 copy color: '#C7DEDA'

red 199 ◦ green 222 ◦ blue 218

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

Shades of Jagged Ice #C7DEDA

Tints of Jagged Ice #C7DEDA

RGB

 RED value IS 199 (78.13% from 255) = 31.14%

 GREEN value IS 222 (87.11% from 255) = 34.74%

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 31.14%
G = 34.74%
B = 34.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C7DEDA (or 0xC7DEDA) is known color: Jagged Ice. HEX triplet: C7, DE and DA. RGB value is (199,222,218). Sum of RGB (Red+Green+Blue) = 199+222+218=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEDA is #382125. Grayscale: #D6D6D6. Windows color (decimal): -3678502 or 14343879. OLE color: 14343879.

HSL color Cylindrical-coordinate representation of color #C7DEDA: hue angle of 169.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DEDA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 222 218 -
CMYK 0.10 0 0.02 0.13
HSL 169.57º 0.26% 0.83% -
HSV(B) 169.57º 0.1% 0.87% -
XYZ 62.33 69.45 76.45 -
YUV 214.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 199 222 218 0.10 0 0.02 0.13 169.57 0.26 0.83
Hex C7 DE DA A 0 2 D AA 1A 53
Octal 307 336 332 12 0 2 15 252 32 123
Binary 11000111 11011110 11011010 1010 0 10 1101 10101010 11010 1010011

Color Harmonies of #C7DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DEDA

Black with #C7DEDA

Text Example


Text Example

White with #C7DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DEDA; }

 p { color: rgb(199,222,218); }

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

background-color css

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

 a { background-color: rgb(199,222,218); }

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

border-color css

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

 span { border-color: rgb(199,222,218); }

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