Html Css Color HEX #C1CBEE Periwinkle

📋 copy color: '#C1CBEE'

red 193 ◦ green 203 ◦ blue 238

#C1CBEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #C1CBEE

Tints of Periwinkle #C1CBEE

RGB

 RED value IS 193 (75.78% from 255) = 30.44%

 GREEN value IS 203 (79.69% from 255) = 32.02%

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 30.44%
G = 32.02%
B = 37.54%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1CBEE (or 0xC1CBEE) is known color: Periwinkle. HEX triplet: C1, CB and EE. RGB value is (193,203,238). Sum of RGB (Red+Green+Blue) = 193+203+238=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBEE is #3E3411. Grayscale: #CBCBCB. Windows color (decimal): -4076562 or 15649729. OLE color: 15649729.

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

Color convert

RGB 193 203 238 -
CMYK 0.19 0.15 0 0.07
HSL 226.67º 0.57% 0.85% -
HSV(B) 226.67º 0.19% 0.93% -
XYZ 58.78 60.22 89.41 -
YUV 204 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 193 203 238 0.19 0.15 0 0.07 226.67 0.57 0.85
Hex C1 CB EE 13 F 0 7 E3 39 55
Octal 301 313 356 23 17 0 7 343 71 125
Binary 11000001 11001011 11101110 10011 1111 0 111 11100011 111001 1010101

Color Harmonies of #C1CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBEE

Black with #C1CBEE

Text Example


Text Example

White with #C1CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBEE; }

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

 H1.HeaderClassName
 {
   color: #C1CBEE;
 }
 .AnyTagClassName
 {
   color: #C1CBEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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