#C0DDD8

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

Shades of Cruise #C0DDD8

Tints of Cruise #C0DDD8

Color information

#C0DDD8 (or 0xC0DDD8) is unknown color: approx Cruise. HEX triplet: C0, DD and D8. RGB value is (192,221,216). Sum of RGB (Red+Green+Blue) = 192+221+216=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDD8 is #3F2227. Grayscale: #D3D3D3. Windows color (decimal): -4137512 or 14212544. OLE color: 14212544.

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

Color convert

RGB192221216-
CMYK0.1300.020.13
HSL169.66º29.9%80.98%-
HSV(B)169.66º13.12%86.67%-
XYZ59.9967.8874.91-
YUV211.76130.39113.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.52%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=30.52%
G=35.14%
B=34.34%

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
Decimal1922212160.1300.020.13169.6629.980.98
HexC0DDD8D02Daa1e51
Octal30033533015021525236121
Binary1100000011011101110110001101010110110101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDD8; }

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

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

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

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

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

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

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

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