#CCD0E4

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

Shades of Periwinkle #CCD0E4

Tints of Periwinkle #CCD0E4

Color information

#CCD0E4 (or 0xCCD0E4) is unknown color: approx Periwinkle. HEX triplet: CC, D0 and E4. RGB value is (204,208,228). Sum of RGB (Red+Green+Blue) = 204+208+228=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0E4 is #332F1B. Grayscale: #D1D1D1. Windows color (decimal): -3354396 or 14995660. OLE color: 14995660.

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

Color convert

RGB204208228-
CMYK0.110.0900.11
HSL230º30.77%84.71%-
HSV(B)230º10.53%89.41%-
XYZ61.4663.5582.43-
YUV209.08138.67124.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=31.88%
G=32.5%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042082280.110.0900.1123030.7784.71
HexCCD0E4B90Be61f55
Octal314320344131101334637125
Binary110011001101000011100100101110010101111100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0E4; }

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

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

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

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

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

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

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

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