#CDCEE2

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

Shades of Periwinkle #CDCEE2

Tints of Periwinkle #CDCEE2

Color information

#CDCEE2 (or 0xCDCEE2) is unknown color: approx Periwinkle. HEX triplet: CD, CE and E2. RGB value is (205,206,226). Sum of RGB (Red+Green+Blue) = 205+206+226=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #CDCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEE2 is #32311D. Grayscale: #CFCFCF. Windows color (decimal): -3289374 or 14864077. OLE color: 14864077.

HSL color Cylindrical-coordinate representation of color #CDCEE2: hue angle of 237.14º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDCEE2 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205206226-
CMYK0.090.0900.11
HSL237.14º26.58%84.51%-
HSV(B)237.14º9.29%88.63%-
XYZ60.9862.6180.82-
YUV207.98138.17125.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=32.18%
G=32.34%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052062260.090.0900.11237.1426.5884.51
HexCDCEE2990Bed1b55
Octal315316342111101335533125
Binary110011011100111011100010100110010101111101101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEE2; }

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

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

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

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

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

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

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

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