#C0DFD8

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

Shades of Cruise #C0DFD8

Tints of Cruise #C0DFD8

Color information

#C0DFD8 (or 0xC0DFD8) is unknown color: approx Cruise. HEX triplet: C0, DF and D8. RGB value is (192,223,216). Sum of RGB (Red+Green+Blue) = 192+223+216=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD8 is #3F2027. Grayscale: #D4D4D4. Windows color (decimal): -4137000 or 14213056. OLE color: 14213056.

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

Color convert

RGB192223216-
CMYK0.1400.030.13
HSL166.45º32.63%81.37%-
HSV(B)166.45º13.9%87.45%-
XYZ60.5268.9475.08-
YUV212.93129.73113.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.43%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=30.43%
G=35.34%
B=34.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922232160.1400.030.13166.4532.6381.37
HexC0DFD8E03Da62151
Octal30033733016031524641121
Binary11000000110111111101100011100111101101001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFD8; }

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

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

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

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

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

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

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

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