Html Css Color HEX #C2CBD0 Spindle

📋 copy color: '#C2CBD0'

red 194 ◦ green 203 ◦ blue 208

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

Shades of Spindle #C2CBD0

Tints of Spindle #C2CBD0

RGB

 RED value IS 194 (76.17% from 255) = 32.07%

 GREEN value IS 203 (79.69% from 255) = 33.55%

 BLUE value IS 208 (81.64% from 255) = 34.38%

R = 32.07%
G = 33.55%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2CBD0 (or 0xC2CBD0) is known color: Spindle. HEX triplet: C2, CB and D0. RGB value is (194,203,208). Sum of RGB (Red+Green+Blue) = 194+203+208=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBD0 is #3D342F. Grayscale: #C8C8C8. Windows color (decimal): -4011056 or 13683650. OLE color: 13683650.

HSL color Cylindrical-coordinate representation of color #C2CBD0: hue angle of 201.43º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2CBD0 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 203 208 -
CMYK 0.07 0.02 0 0.18
HSL 201.43º 0.13% 0.79% -
HSV(B) 201.43º 0.07% 0.82% -
XYZ 54.99 58.74 68.11 -
YUV 200.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 194 203 208 0.07 0.02 0 0.18 201.43 0.13 0.79
Hex C2 CB D0 7 2 0 12 C9 D 4F
Octal 302 313 320 7 2 0 22 311 15 117
Binary 11000010 11001011 11010000 111 10 0 10010 11001001 1101 1001111

Color Harmonies of #C2CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBD0

Black with #C2CBD0

Text Example


Text Example

White with #C2CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBD0; }

 p { color: rgb(194,203,208); }

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

background-color css

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

 a { background-color: rgb(194,203,208); }

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

border-color css

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

 span { border-color: rgb(194,203,208); }

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