#CBD4E3

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

Shades of Periwinkle #CBD4E3

Tints of Periwinkle #CBD4E3

Color information

#CBD4E3 (or 0xCBD4E3) is unknown color: approx Periwinkle. HEX triplet: CB, D4 and E3. RGB value is (203,212,227). Sum of RGB (Red+Green+Blue) = 203+212+227=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBD4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4E3 is #342B1C. Grayscale: #D2D2D2. Windows color (decimal): -3418909 or 14931147. OLE color: 14931147.

HSL color Cylindrical-coordinate representation of color #CBD4E3: hue angle of 217.5º 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 #CBD4E3 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203212227-
CMYK0.110.0700.11
HSL217.5º30%84.31%-
HSV(B)217.5º10.57%89.02%-
XYZ62.0465.3382.01-
YUV211.02137.02122.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 227 (89.06% from 255) = 35.36%
R=31.62%
G=33.02%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032122270.110.0700.11217.53084.31
HexCBD4E3B70Bda1e54
Octal31332434313701333236124
Binary11001011110101001110001110111110101111011010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4E3; }

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

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

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

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

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

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

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

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