Html Css Color HEX #C2CCD2 Spindle

📋 copy color: '#C2CCD2'

red 194 ◦ green 204 ◦ blue 210

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

Shades of Spindle #C2CCD2

Tints of Spindle #C2CCD2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.55%

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 31.91%
G = 33.55%
B = 34.54%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2CCD2 (or 0xC2CCD2) is known color: Spindle. HEX triplet: C2, CC and D2. RGB value is (194,204,210). Sum of RGB (Red+Green+Blue) = 194+204+210=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCD2 is #3D332D. Grayscale: #C9C9C9. Windows color (decimal): -4010798 or 13814978. OLE color: 13814978.

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

Color convert

RGB 194 204 210 -
CMYK 0.08 0.03 0 0.18
HSL 202.5º 0.15% 0.79% -
HSV(B) 202.5º 0.08% 0.82% -
XYZ 55.47 59.31 69.5 -
YUV 201.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 194 204 210 0.08 0.03 0 0.18 202.5 0.15 0.79
Hex C2 CC D2 8 3 0 12 CA F 4F
Octal 302 314 322 10 3 0 22 312 17 117
Binary 11000010 11001100 11010010 1000 11 0 10010 11001010 1111 1001111

Color Harmonies of #C2CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCD2

Black with #C2CCD2

Text Example


Text Example

White with #C2CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCD2; }

 p { color: rgb(194,204,210); }

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

background-color css

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

 a { background-color: rgb(194,204,210); }

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

border-color css

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

 span { border-color: rgb(194,204,210); }

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