#CCD3E7

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

Shades of Periwinkle #CCD3E7

Tints of Periwinkle #CCD3E7

Color information

#CCD3E7 (or 0xCCD3E7) is unknown color: approx Periwinkle. HEX triplet: CC, D3 and E7. RGB value is (204,211,231). Sum of RGB (Red+Green+Blue) = 204+211+231=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCD3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3E7 is #332C18. Grayscale: #D3D3D3. Windows color (decimal): -3353625 or 15193036. OLE color: 15193036.

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

Color convert

RGB204211231-
CMYK0.120.0900.09
HSL224.44º36%85.29%-
HSV(B)224.44º11.69%90.59%-
XYZ62.6265.284.88-
YUV211.19139.18122.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 211 (82.81% from 255) = 32.66%
BLUE value IS 231 (90.62% from 255) = 35.76%
R=31.58%
G=32.66%
B=35.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042112310.120.0900.09224.443685.29
HexCCD3E7C909e02455
Octal314323347141101134044125
Binary1100110011010011111001111100100101001111000001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3E7; }

 p { color: rgb(204,211,231); }

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

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

 a { background-color: rgb(204,211,231); }

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

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

 span { border-color: rgb(204,211,231); }

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