#CCCFDD

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

Shades of Periwinkle #CCCFDD

Tints of Periwinkle #CCCFDD

Color information

#CCCFDD (or 0xCCCFDD) is unknown color: approx Periwinkle. HEX triplet: CC, CF and DD. RGB value is (204,207,221). Sum of RGB (Red+Green+Blue) = 204+207+221=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFDD is #333022. Grayscale: #CFCFCF. Windows color (decimal): -3354659 or 14536652. OLE color: 14536652.

HSL color Cylindrical-coordinate representation of color #CCCFDD: hue angle of 229.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCFDD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204207221-
CMYK0.080.0600.13
HSL229.41º20%83.33%-
HSV(B)229.41º7.69%86.67%-
XYZ60.2762.6877.33-
YUV207.7135.51125.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=32.28%
G=32.75%
B=34.97%

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
Decimal2042072210.080.0600.13229.412083.33
HexCCCFDD860De51453
Octal31431733510601534524123
Binary11001100110011111101110110001100110111100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFDD; }

 p { color: rgb(204,207,221); }

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

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

 a { background-color: rgb(204,207,221); }

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

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

 span { border-color: rgb(204,207,221); }

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