Html Css Color HEX #C0D0FB Periwinkle

📋 copy color: '#C0D0FB'

red 192 ◦ green 208 ◦ blue 251

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

Shades of Periwinkle #C0D0FB

Tints of Periwinkle #C0D0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.56%

R = 29.49%
G = 31.95%
B = 38.56%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0D0FB (or 0xC0D0FB) is known color: Periwinkle. HEX triplet: C0, D0 and FB. RGB value is (192,208,251). Sum of RGB (Red+Green+Blue) = 192+208+251=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D0FB is #3F2F04. Grayscale: #CFCFCF. Windows color (decimal): -4140805 or 16502976. OLE color: 16502976.

HSL color Cylindrical-coordinate representation of color #C0D0FB: hue angle of 223.73º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D0FB is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 208 251 -
CMYK 0.24 0.17 0 0.02
HSL 223.73º 0.88% 0.87% -
HSV(B) 223.73º 0.24% 0.98% -
XYZ 61.71 63.28 100.23 -
YUV 208.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 192 208 251 0.24 0.17 0 0.02 223.73 0.88 0.87
Hex C0 D0 FB 18 11 0 2 E0 58 57
Octal 300 320 373 30 21 0 2 340 130 127
Binary 11000000 11010000 11111011 11000 10001 0 10 11100000 1011000 1010111

Color Harmonies of #C0D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D0FB

Black with #C0D0FB

Text Example


Text Example

White with #C0D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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