#CCCFDF

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

Shades of Periwinkle #CCCFDF

Tints of Periwinkle #CCCFDF

Color information

#CCCFDF (or 0xCCCFDF) is unknown color: approx Periwinkle. HEX triplet: CC, CF and DF. RGB value is (204,207,223). Sum of RGB (Red+Green+Blue) = 204+207+223=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFDF is #333020. Grayscale: #CFCFCF. Windows color (decimal): -3354657 or 14667724. OLE color: 14667724.

HSL color Cylindrical-coordinate representation of color #CCCFDF: hue angle of 230.53º 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 #CCCFDF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204207223-
CMYK0.090.0700.13
HSL230.53º22.89%83.73%-
HSV(B)230.53º8.52%87.45%-
XYZ60.5362.7978.74-
YUV207.93136.51125.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=32.18%
G=32.65%
B=35.17%

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
Decimal2042072230.090.0700.13230.5322.8983.73
HexCCCFDF970De71754
Octal31431733711701534727124
Binary11001100110011111101111110011110110111100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFDF; }

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

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

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

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

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

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

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

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