Html Css Color HEX #C2DFD5 Iceberg

📋 copy color: '#C2DFD5'

red 194 ◦ green 223 ◦ blue 213

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

Shades of Iceberg #C2DFD5

Tints of Iceberg #C2DFD5

RGB

 RED value IS 194 (76.17% from 255) = 30.79%

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

 BLUE value IS 213 (83.59% from 255) = 33.81%

R = 30.79%
G = 35.4%
B = 33.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#C2DFD5 (or 0xC2DFD5) is known color: Iceberg. HEX triplet: C2, DF and D5. RGB value is (194,223,213). Sum of RGB (Red+Green+Blue) = 194+223+213=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFD5 is #3D202A. Grayscale: #D5D5D5. Windows color (decimal): -4005931 or 14016450. OLE color: 14016450.

HSL color Cylindrical-coordinate representation of color #C2DFD5: hue angle of 159.31º degrees, saturation: 0.31, 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 #C2DFD5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 213 -
CMYK 0.13 0 0.04 0.13
HSL 159.31º 0.31% 0.82% -
HSV(B) 159.31º 0.13% 0.87% -
XYZ 60.65 69.05 73.08 -
YUV 213.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 194 223 213 0.13 0 0.04 0.13 159.31 0.31 0.82
Hex C2 DF D5 D 0 4 D 9F 1F 52
Octal 302 337 325 15 0 4 15 237 37 122
Binary 11000010 11011111 11010101 1101 0 100 1101 10011111 11111 1010010

Color Harmonies of #C2DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFD5

Black with #C2DFD5

Text Example


Text Example

White with #C2DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFD5; }

 p { color: rgb(194,223,213); }

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

background-color css

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

 a { background-color: rgb(194,223,213); }

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

border-color css

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

 span { border-color: rgb(194,223,213); }

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