Html Css Color HEX #C2DBD2 Iceberg

📋 copy color: '#C2DBD2'

red 194 ◦ green 219 ◦ blue 210

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

Shades of Iceberg #C2DBD2

Tints of Iceberg #C2DBD2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.15%

 BLUE value IS 210 (82.42% from 255) = 33.71%

R = 31.14%
G = 35.15%
B = 33.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#C2DBD2 (or 0xC2DBD2) is known color: Iceberg. HEX triplet: C2, DB and D2. RGB value is (194,219,210). Sum of RGB (Red+Green+Blue) = 194+219+210=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBD2 is #3D242D. Grayscale: #D2D2D2. Windows color (decimal): -4006958 or 13818818. OLE color: 13818818.

HSL color Cylindrical-coordinate representation of color #C2DBD2: hue angle of 158.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBD2 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 210 -
CMYK 0.11 0 0.04 0.14
HSL 158.4º 0.26% 0.81% -
HSV(B) 158.4º 0.11% 0.86% -
XYZ 59.21 66.79 70.74 -
YUV 210.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 194 219 210 0.11 0 0.04 0.14 158.4 0.26 0.81
Hex C2 DB D2 B 0 4 E 9E 1A 51
Octal 302 333 322 13 0 4 16 236 32 121
Binary 11000010 11011011 11010010 1011 0 100 1110 10011110 11010 1010001

Color Harmonies of #C2DBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBD2

Black with #C2DBD2

Text Example


Text Example

White with #C2DBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBD2; }

 p { color: rgb(194,219,210); }

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

background-color css

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

 a { background-color: rgb(194,219,210); }

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

border-color css

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

 span { border-color: rgb(194,219,210); }

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