#CBCCDF

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

Shades of Periwinkle #CBCCDF

Tints of Periwinkle #CBCCDF

Color information

#CBCCDF (or 0xCBCCDF) is unknown color: approx Periwinkle. HEX triplet: CB, CC and DF. RGB value is (203,204,223). Sum of RGB (Red+Green+Blue) = 203+204+223=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDF is #343320. Grayscale: #CDCDCD. Windows color (decimal): -3420961 or 14666955. OLE color: 14666955.

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

Color convert

RGB203204223-
CMYK0.090.0900.13
HSL237º23.81%83.53%-
HSV(B)237º8.97%87.45%-
XYZ59.5461.2178.49-
YUV205.87137.67125.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=32.22%
G=32.38%
B=35.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032042230.090.0900.1323723.8183.53
HexCBCCDF990Ded1854
Octal313314337111101535530124
Binary110010111100110011011111100110010110111101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCDF; }

 p { color: rgb(203,204,223); }

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

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

 a { background-color: rgb(203,204,223); }

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

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

 span { border-color: rgb(203,204,223); }

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