Html Css Color HEX #C2DDD6 Iceberg

📋 copy color: '#C2DDD6'

red 194 ◦ green 221 ◦ blue 214

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

Shades of Iceberg #C2DDD6

Tints of Iceberg #C2DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.14%

 BLUE value IS 214 (83.98% from 255) = 34.02%

R = 30.84%
G = 35.14%
B = 34.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#C2DDD6 (or 0xC2DDD6) is known color: Iceberg. HEX triplet: C2, DD and D6. RGB value is (194,221,214). Sum of RGB (Red+Green+Blue) = 194+221+214=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDD6 is #3D2229. Grayscale: #D4D4D4. Windows color (decimal): -4006442 or 14081474. OLE color: 14081474.

HSL color Cylindrical-coordinate representation of color #C2DDD6: hue angle of 164.44º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDD6 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 214 -
CMYK 0.12 0 0.03 0.13
HSL 164.44º 0.28% 0.81% -
HSV(B) 164.44º 0.12% 0.87% -
XYZ 60.24 68.04 73.58 -
YUV 212.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 194 221 214 0.12 0 0.03 0.13 164.44 0.28 0.81
Hex C2 DD D6 C 0 3 D A4 1C 51
Octal 302 335 326 14 0 3 15 244 34 121
Binary 11000010 11011101 11010110 1100 0 11 1101 10100100 11100 1010001

Color Harmonies of #C2DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDD6

Black with #C2DDD6

Text Example


Text Example

White with #C2DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDD6; }

 p { color: rgb(194,221,214); }

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

background-color css

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

 a { background-color: rgb(194,221,214); }

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

border-color css

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

 span { border-color: rgb(194,221,214); }

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