#CDD0DE

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

Shades of Periwinkle #CDD0DE

Tints of Periwinkle #CDD0DE

Color information

#CDD0DE (or 0xCDD0DE) is unknown color: approx Periwinkle. HEX triplet: CD, D0 and DE. RGB value is (205,208,222). Sum of RGB (Red+Green+Blue) = 205+208+222=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0DE is #322F21. Grayscale: #D0D0D0. Windows color (decimal): -3288866 or 14602445. OLE color: 14602445.

HSL color Cylindrical-coordinate representation of color #CDD0DE: hue angle of 229.41º degrees, saturation: 0.2, 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 #CDD0DE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205208222-
CMYK0.080.0600.13
HSL229.41º20.48%83.73%-
HSV(B)229.41º7.66%87.06%-
XYZ60.9263.3678.13-
YUV208.7135.51125.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=32.28%
G=32.76%
B=34.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052082220.080.0600.13229.4120.4883.73
HexCDD0DE860De51454
Octal31532033610601534524124
Binary11001101110100001101111010001100110111100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0DE; }

 p { color: rgb(205,208,222); }

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

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

 a { background-color: rgb(205,208,222); }

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

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

 span { border-color: rgb(205,208,222); }

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