#CFD2E4

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

Shades of Periwinkle #CFD2E4

Tints of Periwinkle #CFD2E4

Color information

#CFD2E4 (or 0xCFD2E4) is unknown color: approx Periwinkle. HEX triplet: CF, D2 and E4. RGB value is (207,210,228). Sum of RGB (Red+Green+Blue) = 207+210+228=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFD2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2E4 is #302D1B. Grayscale: #D3D3D3. Windows color (decimal): -3157276 or 14996175. OLE color: 14996175.

HSL color Cylindrical-coordinate representation of color #CFD2E4: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFD2E4 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207210228-
CMYK0.090.0800.11
HSL231.43º28%85.29%-
HSV(B)231.43º9.21%89.41%-
XYZ62.7864.9682.63-
YUV211.16137.51125.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.09%
GREEN value IS 210 (82.42% from 255) = 32.56%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=32.09%
G=32.56%
B=35.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072102280.090.0800.11231.432885.29
HexCFD2E4980Be71c55
Octal317322344111001334734125
Binary110011111101001011100100100110000101111100111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2E4; }

 p { color: rgb(207,210,228); }

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

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

 a { background-color: rgb(207,210,228); }

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

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

 span { border-color: rgb(207,210,228); }

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