Html Css Color HEX #C0DBD6 Cruise

📋 copy color: '#C0DBD6'

red 192 ◦ green 219 ◦ blue 214

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

Shades of Cruise #C0DBD6

Tints of Cruise #C0DBD6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.04%

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 30.72%
G = 35.04%
B = 34.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#C0DBD6 (or 0xC0DBD6) is known color: Cruise. HEX triplet: C0, DB and D6. RGB value is (192,219,214). Sum of RGB (Red+Green+Blue) = 192+219+214=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBD6 is #3F2429. Grayscale: #D2D2D2. Windows color (decimal): -4138026 or 14080960. OLE color: 14080960.

HSL color Cylindrical-coordinate representation of color #C0DBD6: hue angle of 168.89º 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 #C0DBD6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 219 214 -
CMYK 0.12 0 0.02 0.14
HSL 168.89º 0.27% 0.81% -
HSV(B) 168.89º 0.12% 0.86% -
XYZ 59.21 66.72 73.38 -
YUV 210.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 192 219 214 0.12 0 0.02 0.14 168.89 0.27 0.81
Hex C0 DB D6 C 0 2 E A9 1B 51
Octal 300 333 326 14 0 2 16 251 33 121
Binary 11000000 11011011 11010110 1100 0 10 1110 10101001 11011 1010001

Color Harmonies of #C0DBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DBD6

Black with #C0DBD6

Text Example


Text Example

White with #C0DBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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