#CCD0E6

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

Shades of Periwinkle #CCD0E6

Tints of Periwinkle #CCD0E6

Color information

#CCD0E6 (or 0xCCD0E6) is unknown color: approx Periwinkle. HEX triplet: CC, D0 and E6. RGB value is (204,208,230). Sum of RGB (Red+Green+Blue) = 204+208+230=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0E6 is #332F19. Grayscale: #D1D1D1. Windows color (decimal): -3354394 or 15126732. OLE color: 15126732.

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

Color convert

RGB204208230-
CMYK0.110.1000.10
HSL230.77º34.21%85.1%-
HSV(B)230.77º11.3%90.2%-
XYZ61.7463.6683.9-
YUV209.31139.67124.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=31.78%
G=32.40%
B=35.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042082300.110.1000.10230.7734.2185.1
HexCCD0E6BA0Ae72255
Octal314320346131201234742125
Binary1100110011010000111001101011101001010111001111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0E6; }

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

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

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

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

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

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

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

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