#C1CDEE

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

Shades of Periwinkle #C1CDEE

Tints of Periwinkle #C1CDEE

Color information

#C1CDEE (or 0xC1CDEE) is unknown color: approx Periwinkle. HEX triplet: C1, CD and EE. RGB value is (193,205,238). Sum of RGB (Red+Green+Blue) = 193+205+238=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDEE is #3E3211. Grayscale: #CDCDCD. Windows color (decimal): -4076050 or 15650241. OLE color: 15650241.

HSL color Cylindrical-coordinate representation of color #C1CDEE: hue angle of 224º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CDEE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193205238-
CMYK0.190.1400.07
HSL224º56.96%84.51%-
HSV(B)224º18.91%93.33%-
XYZ59.2661.1789.57-
YUV205.17146.52119.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.35%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=30.35%
G=32.23%
B=37.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932052380.190.1400.0722456.9684.51
HexC1CDEE13E07e03955
Octal30131535623160734071125
Binary1100000111001101111011101001111100111111000001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDEE; }

 p { color: rgb(193,205,238); }

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

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

 a { background-color: rgb(193,205,238); }

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

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

 span { border-color: rgb(193,205,238); }

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