#CBCFE4

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

Shades of Periwinkle #CBCFE4

Tints of Periwinkle #CBCFE4

Color information

#CBCFE4 (or 0xCBCFE4) is unknown color: approx Periwinkle. HEX triplet: CB, CF and E4. RGB value is (203,207,228). Sum of RGB (Red+Green+Blue) = 203+207+228=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE4 is #34301B. Grayscale: #D0D0D0. Windows color (decimal): -3420188 or 14995403. OLE color: 14995403.

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

Color convert

RGB203207228-
CMYK0.110.0900.11
HSL230.4º31.65%84.51%-
HSV(B)230.4º10.96%89.41%-
XYZ60.9562.9282.33-
YUV208.2139.17124.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=31.82%
G=32.45%
B=35.74%

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
Decimal2032072280.110.0900.11230.431.6584.51
HexCBCFE4B90Be62055
Octal313317344131101334640125
Binary1100101111001111111001001011100101011111001101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFE4; }

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

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

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

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

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

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

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

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