Html Css Color HEX #C0DFD7 Cruise

📋 copy color: '#C0DFD7'

red 192 ◦ green 223 ◦ blue 215

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

Shades of Cruise #C0DFD7

Tints of Cruise #C0DFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.13%

R = 30.48%
G = 35.4%
B = 34.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#C0DFD7 (or 0xC0DFD7) is known color: Cruise. HEX triplet: C0, DF and D7. RGB value is (192,223,215). Sum of RGB (Red+Green+Blue) = 192+223+215=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD7 is #3F2028. Grayscale: #D4D4D4. Windows color (decimal): -4137001 or 14147520. OLE color: 14147520.

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

Color convert

RGB 192 223 215 -
CMYK 0.14 0 0.04 0.13
HSL 164.52º 0.33% 0.81% -
HSV(B) 164.52º 0.14% 0.87% -
XYZ 60.39 68.89 74.4 -
YUV 212.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 192 223 215 0.14 0 0.04 0.13 164.52 0.33 0.81
Hex C0 DF D7 E 0 4 D A5 21 51
Octal 300 337 327 16 0 4 15 245 41 121
Binary 11000000 11011111 11010111 1110 0 100 1101 10100101 100001 1010001

Color Harmonies of #C0DFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFD7

Black with #C0DFD7

Text Example


Text Example

White with #C0DFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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