#C0DBD5

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

Shades of Cruise #C0DBD5

Tints of Cruise #C0DBD5

Color information

#C0DBD5 (or 0xC0DBD5) is unknown color: approx Cruise. HEX triplet: C0, DB and D5. RGB value is (192,219,213). Sum of RGB (Red+Green+Blue) = 192+219+213=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBD5 is #3F242A. Grayscale: #D2D2D2. Windows color (decimal): -4138027 or 14015424. OLE color: 14015424.

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

Color convert

RGB192219213-
CMYK0.1200.030.14
HSL166.67º27.27%80.59%-
HSV(B)166.67º12.33%85.88%-
XYZ59.0866.6772.71-
YUV210.24129.55114.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.77%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=30.77%
G=35.10%
B=34.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922192130.1200.030.14166.6727.2780.59
HexC0DBD5C03Ea71b51
Octal30033332514031624733121
Binary1100000011011011110101011100011111010100111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBD5; }

 p { color: rgb(192,219,213); }

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

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

 a { background-color: rgb(192,219,213); }

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

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

 span { border-color: rgb(192,219,213); }

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