#CCD0ED

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

Shades of Periwinkle #CCD0ED

Tints of Periwinkle #CCD0ED

Color information

#CCD0ED (or 0xCCD0ED) is unknown color: approx Periwinkle. HEX triplet: CC, D0 and ED. RGB value is (204,208,237). Sum of RGB (Red+Green+Blue) = 204+208+237=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0ED is #332F12. Grayscale: #D1D1D1. Windows color (decimal): -3354387 or 15585484. OLE color: 15585484.

HSL color Cylindrical-coordinate representation of color #CCD0ED: hue angle of 232.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD0ED is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204208237-
CMYK0.140.1200.07
HSL232.73º47.83%86.47%-
HSV(B)232.73º13.92%92.94%-
XYZ62.7464.0689.18-
YUV210.11143.17123.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=31.43%
G=32.05%
B=36.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042082370.140.1200.07232.7347.8386.47
HexCCD0EDEC07e93056
Octal31432035516140735160126
Binary110011001101000011101101111011000111111010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0ED; }

 p { color: rgb(204,208,237); }

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

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

 a { background-color: rgb(204,208,237); }

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

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

 span { border-color: rgb(204,208,237); }

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