Html Css Color HEX #C0D0FD Periwinkle

📋 copy color: '#C0D0FD'

red 192 ◦ green 208 ◦ blue 253

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

Shades of Periwinkle #C0D0FD

Tints of Periwinkle #C0D0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.85%

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

R = 29.4%
G = 31.85%
B = 38.74%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0D0FD (or 0xC0D0FD) is known color: Periwinkle. HEX triplet: C0, D0 and FD. RGB value is (192,208,253). Sum of RGB (Red+Green+Blue) = 192+208+253=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D0FD is #3F2F02. Grayscale: #D0D0D0. Windows color (decimal): -4140803 or 16634048. OLE color: 16634048.

HSL color Cylindrical-coordinate representation of color #C0D0FD: hue angle of 224.26º 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 #C0D0FD is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 208 253 -
CMYK 0.24 0.18 0 0.01
HSL 224.26º 0.94% 0.87% -
HSV(B) 224.26º 0.24% 0.99% -
XYZ 62.02 63.41 101.9 -
YUV 208.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 192 208 253 0.24 0.18 0 0.01 224.26 0.94 0.87
Hex C0 D0 FD 18 12 0 1 E0 5E 57
Octal 300 320 375 30 22 0 1 340 136 127
Binary 11000000 11010000 11111101 11000 10010 0 1 11100000 1011110 1010111

Color Harmonies of #C0D0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D0FD

Black with #C0D0FD

Text Example


Text Example

White with #C0D0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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