#CDCEDF

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

Shades of Periwinkle #CDCEDF

Tints of Periwinkle #CDCEDF

Color information

#CDCEDF (or 0xCDCEDF) is unknown color: approx Periwinkle. HEX triplet: CD, CE and DF. RGB value is (205,206,223). Sum of RGB (Red+Green+Blue) = 205+206+223=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDF is #323120. Grayscale: #CFCFCF. Windows color (decimal): -3289377 or 14667469. OLE color: 14667469.

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

Color convert

RGB205206223-
CMYK0.080.0800.13
HSL236.67º21.95%83.92%-
HSV(B)236.67º8.07%87.45%-
XYZ60.5762.4578.67-
YUV207.64136.67126.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=32.33%
G=32.49%
B=35.17%

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
Decimal2052062230.080.0800.13236.6721.9583.92
HexCDCEDF880Ded1654
Octal315316337101001535526124
Binary110011011100111011011111100010000110111101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEDF; }

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

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

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

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

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

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

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

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