#CBCFE3

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

Shades of Periwinkle #CBCFE3

Tints of Periwinkle #CBCFE3

Color information

#CBCFE3 (or 0xCBCFE3) is unknown color: approx Periwinkle. HEX triplet: CB, CF and E3. RGB value is (203,207,227). Sum of RGB (Red+Green+Blue) = 203+207+227=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBCFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE3 is #34301C. Grayscale: #D0D0D0. Windows color (decimal): -3420189 or 14929867. OLE color: 14929867.

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

Color convert

RGB203207227-
CMYK0.110.0900.11
HSL230º30%84.31%-
HSV(B)230º10.57%89.02%-
XYZ60.8162.8781.6-
YUV208.08138.67124.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 227 (89.06% from 255) = 35.64%
R=31.87%
G=32.50%
B=35.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032072270.110.0900.112303084.31
HexCBCFE3B90Be61e54
Octal313317343131101334636124
Binary110010111100111111100011101110010101111100110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFE3; }

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

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

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

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

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

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

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

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