#CED2E6

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

Shades of Periwinkle #CED2E6

Tints of Periwinkle #CED2E6

Color information

#CED2E6 (or 0xCED2E6) is unknown color: approx Periwinkle. HEX triplet: CE, D2 and E6. RGB value is (206,210,230). Sum of RGB (Red+Green+Blue) = 206+210+230=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #CED2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2E6 is #312D19. Grayscale: #D3D3D3. Windows color (decimal): -3222810 or 15127246. OLE color: 15127246.

HSL color Cylindrical-coordinate representation of color #CED2E6: hue angle of 230º 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 #CED2E6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206210230-
CMYK0.100.0900.10
HSL230º32.43%85.49%-
HSV(B)230º10.43%90.2%-
XYZ62.7864.9384.09-
YUV211.08138.67124.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.89%
GREEN value IS 210 (82.42% from 255) = 32.51%
BLUE value IS 230 (90.23% from 255) = 35.60%
R=31.89%
G=32.51%
B=35.60%

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
Decimal2062102300.100.0900.1023032.4385.49
HexCED2E6A90Ae62055
Octal316322346121101234640125
Binary1100111011010010111001101010100101010111001101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2E6; }

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

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

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

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

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

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

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

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