#C1DDD8

Color #C1DDD8 Cruise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cruise #C1DDD8

Tints of Cruise #C1DDD8

Color information

#C1DDD8 (or 0xC1DDD8) is unknown color: approx Cruise. HEX triplet: C1, DD and D8. RGB value is (193,221,216). Sum of RGB (Red+Green+Blue) = 193+221+216=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDD8 is #3E2227. Grayscale: #D4D4D4. Windows color (decimal): -4071976 or 14212545. OLE color: 14212545.

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

Color convert

RGB193221216-
CMYK0.1300.020.13
HSL169.29º29.17%81.18%-
HSV(B)169.29º12.67%86.67%-
XYZ60.2468.0174.92-
YUV212.06130.22114.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.63%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=30.63%
G=35.08%
B=34.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932212160.1300.020.13169.2929.1781.18
HexC1DDD8D02Da91d51
Octal30133533015021525135121
Binary1100000111011101110110001101010110110101001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDD8; }

 p { color: rgb(193,221,216); }

 H1.HeaderClassName
 {
   color: #C1DDD8;
 }
 .AnyTagClassName
 {
   color: #C1DDD8;
 }
</style>
background-color css

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

 a { background-color: rgb(193,221,216); }

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

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

 span { border-color: rgb(193,221,216); }

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