Html Css Color HEX #C7DFDD Jagged Ice

📋 copy color: '#C7DFDD'

red 199 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #C7DFDD

Tints of Jagged Ice #C7DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.68%

 BLUE value IS 221 (86.72% from 255) = 34.37%

R = 30.95%
G = 34.68%
B = 34.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C7DFDD (or 0xC7DFDD) is known color: Jagged Ice. HEX triplet: C7, DF and DD. RGB value is (199,223,221). Sum of RGB (Red+Green+Blue) = 199+223+221=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFDD is #382022. Grayscale: #D7D7D7. Windows color (decimal): -3678243 or 14540743. OLE color: 14540743.

HSL color Cylindrical-coordinate representation of color #C7DFDD: hue angle of 175º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DFDD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 223 221 -
CMYK 0.11 0 0.01 0.13
HSL 175º 0.27% 0.83% -
HSV(B) 175º 0.11% 0.87% -
XYZ 62.99 70.14 78.62 -
YUV 215.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 199 223 221 0.11 0 0.01 0.13 175 0.27 0.83
Hex C7 DF DD B 0 1 D AF 1B 53
Octal 307 337 335 13 0 1 15 257 33 123
Binary 11000111 11011111 11011101 1011 0 1 1101 10101111 11011 1010011

Color Harmonies of #C7DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DFDD

Black with #C7DFDD

Text Example


Text Example

White with #C7DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DFDD; }

 p { color: rgb(199,223,221); }

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

background-color css

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

 a { background-color: rgb(199,223,221); }

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

border-color css

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

 span { border-color: rgb(199,223,221); }

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