Html Css Color HEX #C0DFD9 Cruise

📋 copy color: '#C0DFD9'

red 192 ◦ green 223 ◦ blue 217

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

Shades of Cruise #C0DFD9

Tints of Cruise #C0DFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.28%

 BLUE value IS 217 (85.16% from 255) = 34.34%

R = 30.38%
G = 35.28%
B = 34.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#C0DFD9 (or 0xC0DFD9) is known color: Cruise. HEX triplet: C0, DF and D9. RGB value is (192,223,217). Sum of RGB (Red+Green+Blue) = 192+223+217=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD9 is #3F2026. Grayscale: #D5D5D5. Windows color (decimal): -4136999 or 14278592. OLE color: 14278592.

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

Color convert

RGB 192 223 217 -
CMYK 0.14 0 0.03 0.13
HSL 168.39º 0.33% 0.81% -
HSV(B) 168.39º 0.14% 0.87% -
XYZ 60.65 68.99 75.77 -
YUV 213.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 192 223 217 0.14 0 0.03 0.13 168.39 0.33 0.81
Hex C0 DF D9 E 0 3 D A8 21 51
Octal 300 337 331 16 0 3 15 250 41 121
Binary 11000000 11011111 11011001 1110 0 11 1101 10101000 100001 1010001

Color Harmonies of #C0DFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFD9

Black with #C0DFD9

Text Example


Text Example

White with #C0DFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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