#CED1E6

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

Shades of Periwinkle #CED1E6

Tints of Periwinkle #CED1E6

Color information

#CED1E6 (or 0xCED1E6) is unknown color: approx Periwinkle. HEX triplet: CE, D1 and E6. RGB value is (206,209,230). Sum of RGB (Red+Green+Blue) = 206+209+230=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #CED1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1E6 is #312E19. Grayscale: #D2D2D2. Windows color (decimal): -3223066 or 15126990. OLE color: 15126990.

HSL color Cylindrical-coordinate representation of color #CED1E6: hue angle of 232.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED1E6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206209230-
CMYK0.100.0900.10
HSL232.5º32.43%85.49%-
HSV(B)232.5º10.43%90.2%-
XYZ62.5464.4484-
YUV210.5139.01124.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 209 (82.03% from 255) = 32.40%
BLUE value IS 230 (90.23% from 255) = 35.66%
R=31.94%
G=32.40%
B=35.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062092300.100.0900.10232.532.4385.49
HexCED1E6A90Ae82055
Octal316321346121101235040125
Binary1100111011010001111001101010100101010111010001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1E6; }

 p { color: rgb(206,209,230); }

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

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

 a { background-color: rgb(206,209,230); }

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

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

 span { border-color: rgb(206,209,230); }

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