Html Css Color HEX #C1DCD7 Cruise

📋 copy color: '#C1DCD7'

red 193 ◦ green 220 ◦ blue 215

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

Shades of Cruise #C1DCD7

Tints of Cruise #C1DCD7

RGB

 RED value IS 193 (75.78% from 255) = 30.73%

 GREEN value IS 220 (86.33% from 255) = 35.03%

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

R = 30.73%
G = 35.03%
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

#C1DCD7 (or 0xC1DCD7) is known color: Cruise. HEX triplet: C1, DC and D7. RGB value is (193,220,215). Sum of RGB (Red+Green+Blue) = 193+220+215=628 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.73% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCD7 is #3E2328. Grayscale: #D3D3D3. Windows color (decimal): -4072233 or 14146753. OLE color: 14146753.

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

Color convert

RGB 193 220 215 -
CMYK 0.12 0 0.02 0.14
HSL 168.89º 0.28% 0.81% -
HSV(B) 168.89º 0.12% 0.86% -
XYZ 59.85 67.43 74.15 -
YUV 211.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 193 220 215 0.12 0 0.02 0.14 168.89 0.28 0.81
Hex C1 DC D7 C 0 2 E A9 1C 51
Octal 301 334 327 14 0 2 16 251 34 121
Binary 11000001 11011100 11010111 1100 0 10 1110 10101001 11100 1010001

Color Harmonies of #C1DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCD7

Black with #C1DCD7

Text Example


Text Example

White with #C1DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCD7; }

 p { color: rgb(193,220,215); }

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

background-color css

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

 a { background-color: rgb(193,220,215); }

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

border-color css

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

 span { border-color: rgb(193,220,215); }

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