Html Css Color HEX #C0D4FD Periwinkle

📋 copy color: '#C0D4FD'

red 192 ◦ green 212 ◦ blue 253

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

Shades of Periwinkle #C0D4FD

Tints of Periwinkle #C0D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.27%

 BLUE value IS 253 (99.22% from 255) = 38.51%

R = 29.22%
G = 32.27%
B = 38.51%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0D4FD (or 0xC0D4FD) is known color: Periwinkle. HEX triplet: C0, D4 and FD. RGB value is (192,212,253). Sum of RGB (Red+Green+Blue) = 192+212+253=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D4FD is #3F2B02. Grayscale: #D2D2D2. Windows color (decimal): -4139779 or 16635072. OLE color: 16635072.

HSL color Cylindrical-coordinate representation of color #C0D4FD: hue angle of 220.33º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D4FD is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 212 253 -
CMYK 0.24 0.16 0 0.01
HSL 220.33º 0.94% 0.87% -
HSV(B) 220.33º 0.24% 0.99% -
XYZ 63.01 65.39 102.23 -
YUV 210.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 192 212 253 0.24 0.16 0 0.01 220.33 0.94 0.87
Hex C0 D4 FD 18 10 0 1 DC 5E 57
Octal 300 324 375 30 20 0 1 334 136 127
Binary 11000000 11010100 11111101 11000 10000 0 1 11011100 1011110 1010111

Color Harmonies of #C0D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D4FD

Black with #C0D4FD

Text Example


Text Example

White with #C0D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D4FD; }

 p { color: rgb(192,212,253); }

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

background-color css

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

 a { background-color: rgb(192,212,253); }

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

border-color css

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

 span { border-color: rgb(192,212,253); }

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