#CCD0DF

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

Shades of Periwinkle #CCD0DF

Tints of Periwinkle #CCD0DF

Color information

#CCD0DF (or 0xCCD0DF) is unknown color: approx Periwinkle. HEX triplet: CC, D0 and DF. RGB value is (204,208,223). Sum of RGB (Red+Green+Blue) = 204+208+223=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0DF is #332F20. Grayscale: #D0D0D0. Windows color (decimal): -3354401 or 14667980. OLE color: 14667980.

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

Color convert

RGB204208223-
CMYK0.090.0700.13
HSL227.37º22.89%83.73%-
HSV(B)227.37º8.52%87.45%-
XYZ60.7863.2878.82-
YUV208.51136.17124.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=32.13%
G=32.76%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042082230.090.0700.13227.3722.8983.73
HexCCD0DF970De31754
Octal31432033711701534327124
Binary11001100110100001101111110011110110111100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0DF; }

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

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

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

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

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

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

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

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