#CCD0DE

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

Shades of Periwinkle #CCD0DE

Tints of Periwinkle #CCD0DE

Color information

#CCD0DE (or 0xCCD0DE) is unknown color: approx Periwinkle. HEX triplet: CC, D0 and DE. RGB value is (204,208,222). Sum of RGB (Red+Green+Blue) = 204+208+222=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0DE is #332F21. Grayscale: #D0D0D0. Windows color (decimal): -3354402 or 14602444. OLE color: 14602444.

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

Color convert

RGB204208222-
CMYK0.080.0600.13
HSL226.67º21.43%83.53%-
HSV(B)226.67º8.11%87.06%-
XYZ60.6463.2278.11-
YUV208.4135.67124.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=32.18%
G=32.81%
B=35.02%

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
Decimal2042082220.080.0600.13226.6721.4383.53
HexCCD0DE860De31554
Octal31432033610601534325124
Binary11001100110100001101111010001100110111100011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0DE; }

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

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

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

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

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

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

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

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