#CBCCDD

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

Shades of Periwinkle #CBCCDD

Tints of Periwinkle #CBCCDD

Color information

#CBCCDD (or 0xCBCCDD) is unknown color: approx Periwinkle. HEX triplet: CB, CC and DD. RGB value is (203,204,221). Sum of RGB (Red+Green+Blue) = 203+204+221=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDD is #343322. Grayscale: #CDCDCD. Windows color (decimal): -3420963 or 14535883. OLE color: 14535883.

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

Color convert

RGB203204221-
CMYK0.080.0800.13
HSL236.67º20.93%83.14%-
HSV(B)236.67º8.14%86.67%-
XYZ59.2761.177.08-
YUV205.64136.67126.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=32.32%
G=32.48%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032042210.080.0800.13236.6720.9383.14
HexCBCCDD880Ded1553
Octal313314335101001535525123
Binary110010111100110011011101100010000110111101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCDD; }

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

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

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

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

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

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

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

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