Html Css Color HEX #C0DBD5 Cruise

📋 copy color: '#C0DBD5'

red 192 ◦ green 219 ◦ blue 213

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

Shades of Cruise #C0DBD5

Tints of Cruise #C0DBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.13%

R = 30.77%
G = 35.1%
B = 34.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#C0DBD5 (or 0xC0DBD5) is known color: 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

RGB 192 219 213 -
CMYK 0.12 0 0.03 0.14
HSL 166.67º 0.27% 0.81% -
HSV(B) 166.67º 0.12% 0.86% -
XYZ 59.08 66.67 72.71 -
YUV 210.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 192 219 213 0.12 0 0.03 0.14 166.67 0.27 0.81
Hex C0 DB D5 C 0 3 E A7 1B 51
Octal 300 333 325 14 0 3 16 247 33 121
Binary 11000000 11011011 11010101 1100 0 11 1110 10100111 11011 1010001

Color Harmonies of #C0DBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DBD5

Black with #C0DBD5

Text Example


Text Example

White with #C0DBD5

Text Example


Text Example

HTML Codes & Css Web 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>