#CBCFEE

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

Shades of Periwinkle #CBCFEE

Tints of Periwinkle #CBCFEE

Color information

#CBCFEE (or 0xCBCFEE) is unknown color: approx Periwinkle. HEX triplet: CB, CF and EE. RGB value is (203,207,238). Sum of RGB (Red+Green+Blue) = 203+207+238=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFEE is #343011. Grayscale: #D1D1D1. Windows color (decimal): -3420178 or 15650763. OLE color: 15650763.

HSL color Cylindrical-coordinate representation of color #CBCFEE: hue angle of 233.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBCFEE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203207238-
CMYK0.150.1300.07
HSL233.14º50.72%86.47%-
HSV(B)233.14º14.71%93.33%-
XYZ62.3763.589.86-
YUV209.34144.17123.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 207 (81.25% from 255) = 31.94%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=31.33%
G=31.94%
B=36.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032072380.150.1300.07233.1450.7286.47
HexCBCFEEFD07e93356
Octal31331735617150735163126
Binary110010111100111111101110111111010111111010011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFEE; }

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

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

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

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

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

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

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

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