Html Css Color HEX #C0CDEF Periwinkle

📋 copy color: '#C0CDEF'

red 192 ◦ green 205 ◦ blue 239

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

Shades of Periwinkle #C0CDEF

Tints of Periwinkle #C0CDEF

RGB

 RED value IS 192 (75.39% from 255) = 30.19%

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

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

R = 30.19%
G = 32.23%
B = 37.58%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0CDEF (or 0xC0CDEF) is known color: Periwinkle. HEX triplet: C0, CD and EF. RGB value is (192,205,239). Sum of RGB (Red+Green+Blue) = 192+205+239=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDEF is #3F3210. Grayscale: #CCCCCC. Windows color (decimal): -4141585 or 15715776. OLE color: 15715776.

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

Color convert

RGB 192 205 239 -
CMYK 0.20 0.14 0 0.06
HSL 223.4º 0.59% 0.85% -
HSV(B) 223.4º 0.2% 0.94% -
XYZ 59.15 61.1 90.34 -
YUV 204.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 192 205 239 0.20 0.14 0 0.06 223.4 0.59 0.85
Hex C0 CD EF 14 E 0 6 DF 3B 55
Octal 300 315 357 24 16 0 6 337 73 125
Binary 11000000 11001101 11101111 10100 1110 0 110 11011111 111011 1010101

Color Harmonies of #C0CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDEF

Black with #C0CDEF

Text Example


Text Example

White with #C0CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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