Html Css Color HEX #C0DAD3 Cruise

📋 copy color: '#C0DAD3'

red 192 ◦ green 218 ◦ blue 211

#C0DAD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #C0DAD3

Tints of Cruise #C0DAD3

RGB

 RED value IS 192 (75.39% from 255) = 30.92%

 GREEN value IS 218 (85.55% from 255) = 35.1%

 BLUE value IS 211 (82.81% from 255) = 33.98%

R = 30.92%
G = 35.1%
B = 33.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#C0DAD3 (or 0xC0DAD3) is known color: Cruise. HEX triplet: C0, DA and D3. RGB value is (192,218,211). Sum of RGB (Red+Green+Blue) = 192+218+211=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAD3 is #3F252C. Grayscale: #D1D1D1. Windows color (decimal): -4138285 or 13884096. OLE color: 13884096.

HSL color Cylindrical-coordinate representation of color #C0DAD3: hue angle of 163.85º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DAD3 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 211 -
CMYK 0.12 0 0.03 0.15
HSL 163.85º 0.26% 0.8% -
HSV(B) 163.85º 0.12% 0.85% -
XYZ 58.57 66.05 71.29 -
YUV 209.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 192 218 211 0.12 0 0.03 0.15 163.85 0.26 0.8
Hex C0 DA D3 C 0 3 F A4 1A 50
Octal 300 332 323 14 0 3 17 244 32 120
Binary 11000000 11011010 11010011 1100 0 11 1111 10100100 11010 1010000

Color Harmonies of #C0DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAD3

Black with #C0DAD3

Text Example


Text Example

White with #C0DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAD3; }

 p { color: rgb(192,218,211); }

 H1.HeaderClassName
 {
   color: #C0DAD3;
 }
 .AnyTagClassName
 {
   color: #C0DAD3;
 }
</style>

background-color css

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

 a { background-color: rgb(192,218,211); }

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

border-color css

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

 span { border-color: rgb(192,218,211); }

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