Html Css Color HEX #C0CDEC Periwinkle

📋 copy color: '#C0CDEC'

red 192 ◦ green 205 ◦ blue 236

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

Shades of Periwinkle #C0CDEC

Tints of Periwinkle #C0CDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 30.33%
G = 32.39%
B = 37.28%

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

#C0CDEC (or 0xC0CDEC) is known color: Periwinkle. HEX triplet: C0, CD and EC. RGB value is (192,205,236). Sum of RGB (Red+Green+Blue) = 192+205+236=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDEC is #3F3213. Grayscale: #CCCCCC. Windows color (decimal): -4141588 or 15519168. OLE color: 15519168.

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

Color convert

RGB 192 205 236 -
CMYK 0.19 0.13 0 0.07
HSL 222.27º 0.54% 0.84% -
HSV(B) 222.27º 0.19% 0.93% -
XYZ 58.71 60.93 88.02 -
YUV 204.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 192 205 236 0.19 0.13 0 0.07 222.27 0.54 0.84
Hex C0 CD EC 13 D 0 7 DE 36 54
Octal 300 315 354 23 15 0 7 336 66 124
Binary 11000000 11001101 11101100 10011 1101 0 111 11011110 110110 1010100

Color Harmonies of #C0CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDEC

Black with #C0CDEC

Text Example


Text Example

White with #C0CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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