Html Css Color HEX #C5CBDD Periwinkle

📋 copy color: '#C5CBDD'

red 197 ◦ green 203 ◦ blue 221

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

Shades of Periwinkle #C5CBDD

Tints of Periwinkle #C5CBDD

RGB

 RED value IS 197 (77.34% from 255) = 31.72%

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

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

R = 31.72%
G = 32.69%
B = 35.59%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5CBDD (or 0xC5CBDD) is known color: Periwinkle. HEX triplet: C5, CB and DD. RGB value is (197,203,221). Sum of RGB (Red+Green+Blue) = 197+203+221=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBDD is #3A3422. Grayscale: #CBCBCB. Windows color (decimal): -3814435 or 14535621. OLE color: 14535621.

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

Color convert

RGB 197 203 221 -
CMYK 0.11 0.08 0 0.13
HSL 225º 0.26% 0.82% -
HSV(B) 225º 0.11% 0.87% -
XYZ 57.43 59.8 76.92 -
YUV 203.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 197 203 221 0.11 0.08 0 0.13 225 0.26 0.82
Hex C5 CB DD B 8 0 D E1 1A 52
Octal 305 313 335 13 10 0 15 341 32 122
Binary 11000101 11001011 11011101 1011 1000 0 1101 11100001 11010 1010010

Color Harmonies of #C5CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBDD

Black with #C5CBDD

Text Example


Text Example

White with #C5CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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