#CACFDF

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

Shades of Periwinkle #CACFDF

Tints of Periwinkle #CACFDF

Color information

#CACFDF (or 0xCACFDF) is unknown color: approx Periwinkle. HEX triplet: CA, CF and DF. RGB value is (202,207,223). Sum of RGB (Red+Green+Blue) = 202+207+223=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #CACFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFDF is #353020. Grayscale: #CFCFCF. Windows color (decimal): -3485729 or 14667722. OLE color: 14667722.

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

Color convert

RGB202207223-
CMYK0.090.0700.13
HSL225.71º24.71%83.33%-
HSV(B)225.71º9.42%87.45%-
XYZ59.9962.5178.72-
YUV207.33136.84124.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=31.96%
G=32.75%
B=35.28%

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
Decimal2022072230.090.0700.13225.7124.7183.33
HexCACFDF970De21953
Octal31231733711701534231123
Binary11001010110011111101111110011110110111100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACFDF; }

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

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

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

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

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

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

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

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