Html Css Color HEX #C3DFDA Jagged Ice

📋 copy color: '#C3DFDA'

red 195 ◦ green 223 ◦ blue 218

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

Shades of Jagged Ice #C3DFDA

Tints of Jagged Ice #C3DFDA

RGB

 RED value IS 195 (76.56% from 255) = 30.66%

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

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

R = 30.66%
G = 35.06%
B = 34.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C3DFDA (or 0xC3DFDA) is known color: Jagged Ice. HEX triplet: C3, DF and DA. RGB value is (195,223,218). Sum of RGB (Red+Green+Blue) = 195+223+218=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFDA is #3C2025. Grayscale: #D6D6D6. Windows color (decimal): -3940390 or 14344131. OLE color: 14344131.

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

Color convert

RGB 195 223 218 -
CMYK 0.13 0 0.02 0.13
HSL 169.29º 0.3% 0.82% -
HSV(B) 169.29º 0.13% 0.87% -
XYZ 61.55 69.44 76.49 -
YUV 214.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 195 223 218 0.13 0 0.02 0.13 169.29 0.3 0.82
Hex C3 DF DA D 0 2 D A9 1E 52
Octal 303 337 332 15 0 2 15 251 36 122
Binary 11000011 11011111 11011010 1101 0 10 1101 10101001 11110 1010010

Color Harmonies of #C3DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DFDA

Black with #C3DFDA

Text Example


Text Example

White with #C3DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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