Html Css Color HEX #C7DFDA Jagged Ice

📋 copy color: '#C7DFDA'

red 199 ◦ green 223 ◦ blue 218

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

Shades of Jagged Ice #C7DFDA

Tints of Jagged Ice #C7DFDA

RGB

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

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

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

R = 31.09%
G = 34.84%
B = 34.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C7DFDA (or 0xC7DFDA) is known color: Jagged Ice. HEX triplet: C7, DF and DA. RGB value is (199,223,218). Sum of RGB (Red+Green+Blue) = 199+223+218=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFDA is #382025. Grayscale: #D7D7D7. Windows color (decimal): -3678246 or 14344135. OLE color: 14344135.

HSL color Cylindrical-coordinate representation of color #C7DFDA: hue angle of 167.5º 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 #C7DFDA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 223 218 -
CMYK 0.11 0 0.02 0.13
HSL 167.5º 0.27% 0.83% -
HSV(B) 167.5º 0.11% 0.87% -
XYZ 62.6 69.98 76.54 -
YUV 215.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 199 223 218 0.11 0 0.02 0.13 167.5 0.27 0.83
Hex C7 DF DA B 0 2 D A8 1B 53
Octal 307 337 332 13 0 2 15 250 33 123
Binary 11000111 11011111 11011010 1011 0 10 1101 10101000 11011 1010011

Color Harmonies of #C7DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DFDA

Black with #C7DFDA

Text Example


Text Example

White with #C7DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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