#C8CBDD

Color #C8CBDD Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #C8CBDD

Tints of Periwinkle #C8CBDD

Color information

#C8CBDD (or 0xC8CBDD) is unknown color: approx Periwinkle. HEX triplet: C8, CB and DD. RGB value is (200,203,221). Sum of RGB (Red+Green+Blue) = 200+203+221=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBDD is #373422. Grayscale: #CCCCCC. Windows color (decimal): -3617827 or 14535624. OLE color: 14535624.

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

Color convert

RGB200203221-
CMYK0.100.0800.13
HSL231.43º23.6%82.55%-
HSV(B)231.43º9.5%86.67%-
XYZ58.2360.2176.96-
YUV204.15137.51125.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=32.05%
G=32.53%
B=35.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002032210.100.0800.13231.4323.682.55
HexC8CBDDA80De71853
Octal310313335121001534730123
Binary110010001100101111011101101010000110111100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBDD; }

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

 H1.HeaderClassName
 {
   color: #C8CBDD;
 }
 .AnyTagClassName
 {
   color: #C8CBDD;
 }
</style>
background-color css

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

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

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

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

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

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