#CDCEDB

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

Shades of Periwinkle #CDCEDB

Tints of Periwinkle #CDCEDB

Color information

#CDCEDB (or 0xCDCEDB) is unknown color: approx Periwinkle. HEX triplet: CD, CE and DB. RGB value is (205,206,219). Sum of RGB (Red+Green+Blue) = 205+206+219=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDB is #323124. Grayscale: #CFCFCF. Windows color (decimal): -3289381 or 14405325. OLE color: 14405325.

HSL color Cylindrical-coordinate representation of color #CDCEDB: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCEDB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205206219-
CMYK0.060.0600.14
HSL235.71º16.28%83.14%-
HSV(B)235.71º6.39%85.88%-
XYZ60.0362.2475.87-
YUV207.18134.67126.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=32.54%
G=32.70%
B=34.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052062190.060.0600.14235.7116.2883.14
HexCDCEDB660Eec1053
Octal3153163336601635420123
Binary1100110111001110110110111101100111011101100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEDB; }

 p { color: rgb(205,206,219); }

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

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

 a { background-color: rgb(205,206,219); }

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

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

 span { border-color: rgb(205,206,219); }

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