Html Css Color HEX #C1CDEF Periwinkle

📋 copy color: '#C1CDEF'

red 193 ◦ green 205 ◦ blue 239

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

Shades of Periwinkle #C1CDEF

Tints of Periwinkle #C1CDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.18%

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 30.3%
G = 32.18%
B = 37.52%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C1CDEF (or 0xC1CDEF) is known color: Periwinkle. HEX triplet: C1, CD and EF. RGB value is (193,205,239). Sum of RGB (Red+Green+Blue) = 193+205+239=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDEF is #3E3210. Grayscale: #CDCDCD. Windows color (decimal): -4076049 or 15715777. OLE color: 15715777.

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

Color convert

RGB 193 205 239 -
CMYK 0.19 0.14 0 0.06
HSL 224.35º 0.59% 0.85% -
HSV(B) 224.35º 0.19% 0.94% -
XYZ 59.4 61.23 90.35 -
YUV 205.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 193 205 239 0.19 0.14 0 0.06 224.35 0.59 0.85
Hex C1 CD EF 13 E 0 6 E0 3B 55
Octal 301 315 357 23 16 0 6 340 73 125
Binary 11000001 11001101 11101111 10011 1110 0 110 11100000 111011 1010101

Color Harmonies of #C1CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CDEF

Black with #C1CDEF

Text Example


Text Example

White with #C1CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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