#C0DED7

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

Shades of Cruise #C0DED7

Tints of Cruise #C0DED7

Color information

#C0DED7 (or 0xC0DED7) is unknown color: approx Cruise. HEX triplet: C0, DE and D7. RGB value is (192,222,215). Sum of RGB (Red+Green+Blue) = 192+222+215=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DED7 is #3F2128. Grayscale: #D4D4D4. Windows color (decimal): -4137257 or 14147264. OLE color: 14147264.

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

Color convert

RGB192222215-
CMYK0.1400.030.13
HSL166º31.25%81.18%-
HSV(B)166º13.51%87.06%-
XYZ60.1368.3674.31-
YUV212.23129.56113.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.52%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=30.52%
G=35.29%
B=34.18%

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
Decimal1922222150.1400.030.1316631.2581.18
HexC0DED7E03Da61f51
Octal30033632716031524637121
Binary1100000011011110110101111110011110110100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DED7; }

 p { color: rgb(192,222,215); }

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

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

 a { background-color: rgb(192,222,215); }

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

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

 span { border-color: rgb(192,222,215); }

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