Html Css Color HEX #C2DDD4 Iceberg

📋 copy color: '#C2DDD4'

red 194 ◦ green 221 ◦ blue 212

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

Shades of Iceberg #C2DDD4

Tints of Iceberg #C2DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.81%

R = 30.94%
G = 35.25%
B = 33.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#C2DDD4 (or 0xC2DDD4) is known color: Iceberg. HEX triplet: C2, DD and D4. RGB value is (194,221,212). Sum of RGB (Red+Green+Blue) = 194+221+212=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDD4 is #3D222B. Grayscale: #D3D3D3. Windows color (decimal): -4006444 or 13950402. OLE color: 13950402.

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

Color convert

RGB 194 221 212 -
CMYK 0.12 0 0.04 0.13
HSL 160º 0.28% 0.81% -
HSV(B) 160º 0.12% 0.87% -
XYZ 59.99 67.94 72.24 -
YUV 211.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 194 221 212 0.12 0 0.04 0.13 160 0.28 0.81
Hex C2 DD D4 C 0 4 D A0 1C 51
Octal 302 335 324 14 0 4 15 240 34 121
Binary 11000010 11011101 11010100 1100 0 100 1101 10100000 11100 1010001

Color Harmonies of #C2DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDD4

Black with #C2DDD4

Text Example


Text Example

White with #C2DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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