Html Css Color HEX #C0CADF Periwinkle

📋 copy color: '#C0CADF'

red 192 ◦ green 202 ◦ blue 223

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

Shades of Periwinkle #C0CADF

Tints of Periwinkle #C0CADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.74%

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 31.12%
G = 32.74%
B = 36.14%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0CADF (or 0xC0CADF) is known color: Periwinkle. HEX triplet: C0, CA and DF. RGB value is (192,202,223). Sum of RGB (Red+Green+Blue) = 192+202+223=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CADF is #3F3520. Grayscale: #C9C9C9. Windows color (decimal): -4142369 or 14666432. OLE color: 14666432.

HSL color Cylindrical-coordinate representation of color #C0CADF: hue angle of 220.65º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CADF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 202 223 -
CMYK 0.14 0.09 0 0.13
HSL 220.65º 0.33% 0.81% -
HSV(B) 220.65º 0.14% 0.87% -
XYZ 56.18 58.78 78.2 -
YUV 201.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 192 202 223 0.14 0.09 0 0.13 220.65 0.33 0.81
Hex C0 CA DF E 9 0 D DD 21 51
Octal 300 312 337 16 11 0 15 335 41 121
Binary 11000000 11001010 11011111 1110 1001 0 1101 11011101 100001 1010001

Color Harmonies of #C0CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CADF

Black with #C0CADF

Text Example


Text Example

White with #C0CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CADF; }

 p { color: rgb(192,202,223); }

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

background-color css

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

 a { background-color: rgb(192,202,223); }

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

border-color css

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

 span { border-color: rgb(192,202,223); }

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