Html Css Color HEX #C1CFED Periwinkle

📋 copy color: '#C1CFED'

red 193 ◦ green 207 ◦ blue 237

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

Shades of Periwinkle #C1CFED

Tints of Periwinkle #C1CFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.5%

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 30.3%
G = 32.5%
B = 37.21%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1CFED (or 0xC1CFED) is known color: Periwinkle. HEX triplet: C1, CF and ED. RGB value is (193,207,237). Sum of RGB (Red+Green+Blue) = 193+207+237=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CFED is #3E3012. Grayscale: #CECECE. Windows color (decimal): -4075539 or 15585217. OLE color: 15585217.

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

Color convert

RGB 193 207 237 -
CMYK 0.19 0.13 0 0.07
HSL 220.91º 0.55% 0.84% -
HSV(B) 220.91º 0.19% 0.93% -
XYZ 59.59 62.08 88.96 -
YUV 206.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 193 207 237 0.19 0.13 0 0.07 220.91 0.55 0.84
Hex C1 CF ED 13 D 0 7 DD 37 54
Octal 301 317 355 23 15 0 7 335 67 124
Binary 11000001 11001111 11101101 10011 1101 0 111 11011101 110111 1010100

Color Harmonies of #C1CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CFED

Black with #C1CFED

Text Example


Text Example

White with #C1CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CFED; }

 p { color: rgb(193,207,237); }

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

background-color css

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

 a { background-color: rgb(193,207,237); }

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

border-color css

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

 span { border-color: rgb(193,207,237); }

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