Html Css Color HEX #C7CBDD Periwinkle

📋 copy color: '#C7CBDD'

red 199 ◦ green 203 ◦ blue 221

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

Shades of Periwinkle #C7CBDD

Tints of Periwinkle #C7CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.47%

R = 31.94%
G = 32.58%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7CBDD (or 0xC7CBDD) is known color: Periwinkle. HEX triplet: C7, CB and DD. RGB value is (199,203,221). Sum of RGB (Red+Green+Blue) = 199+203+221=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDD is #383422. Grayscale: #CBCBCB. Windows color (decimal): -3683363 or 14535623. OLE color: 14535623.

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

Color convert

RGB 199 203 221 -
CMYK 0.10 0.08 0 0.13
HSL 229.09º 0.24% 0.82% -
HSV(B) 229.09º 0.1% 0.87% -
XYZ 57.96 60.07 76.95 -
YUV 203.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 199 203 221 0.10 0.08 0 0.13 229.09 0.24 0.82
Hex C7 CB DD A 8 0 D E5 18 52
Octal 307 313 335 12 10 0 15 345 30 122
Binary 11000111 11001011 11011101 1010 1000 0 1101 11100101 11000 1010010

Color Harmonies of #C7CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBDD

Black with #C7CBDD

Text Example


Text Example

White with #C7CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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