#CBCFE0

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

Shades of Periwinkle #CBCFE0

Tints of Periwinkle #CBCFE0

Color information

#CBCFE0 (or 0xCBCFE0) is unknown color: approx Periwinkle. HEX triplet: CB, CF and E0. RGB value is (203,207,224). Sum of RGB (Red+Green+Blue) = 203+207+224=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE0 is #34301F. Grayscale: #CFCFCF. Windows color (decimal): -3420192 or 14733259. OLE color: 14733259.

HSL color Cylindrical-coordinate representation of color #CBCFE0: hue angle of 228.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCFE0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203207224-
CMYK0.090.0800.12
HSL228.57º25.3%83.73%-
HSV(B)228.57º9.38%87.84%-
XYZ60.462.779.44-
YUV207.74137.17124.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=32.02%
G=32.65%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032072240.090.0800.12228.5725.383.73
HexCBCFE0980Ce51954
Octal313317340111001434531124
Binary110010111100111111100000100110000110011100101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFE0; }

 p { color: rgb(203,207,224); }

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

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

 a { background-color: rgb(203,207,224); }

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

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

 span { border-color: rgb(203,207,224); }

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