Html Css Color HEX #C7CBDC Periwinkle

📋 copy color: '#C7CBDC'

red 199 ◦ green 203 ◦ blue 220

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

Shades of Periwinkle #C7CBDC

Tints of Periwinkle #C7CBDC

RGB

 RED value IS 199 (78.13% from 255) = 31.99%

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

 BLUE value IS 220 (86.33% from 255) = 35.37%

R = 31.99%
G = 32.64%
B = 35.37%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7CBDC (or 0xC7CBDC) is known color: Periwinkle. HEX triplet: C7, CB and DC. RGB value is (199,203,220). Sum of RGB (Red+Green+Blue) = 199+203+220=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDC is #383423. Grayscale: #CBCBCB. Windows color (decimal): -3683364 or 14470087. OLE color: 14470087.

HSL color Cylindrical-coordinate representation of color #C7CBDC: hue angle of 228.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CBDC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 203 220 -
CMYK 0.10 0.08 0 0.14
HSL 228.57º 0.23% 0.82% -
HSV(B) 228.57º 0.1% 0.86% -
XYZ 57.83 60.02 76.25 -
YUV 203.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 199 203 220 0.10 0.08 0 0.14 228.57 0.23 0.82
Hex C7 CB DC A 8 0 E E5 17 52
Octal 307 313 334 12 10 0 16 345 27 122
Binary 11000111 11001011 11011100 1010 1000 0 1110 11100101 10111 1010010

Color Harmonies of #C7CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBDC

Black with #C7CBDC

Text Example


Text Example

White with #C7CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBDC; }

 p { color: rgb(199,203,220); }

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

background-color css

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

 a { background-color: rgb(199,203,220); }

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

border-color css

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

 span { border-color: rgb(199,203,220); }

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