Html Css Color HEX #C0D5FB Periwinkle

📋 copy color: '#C0D5FB'

red 192 ◦ green 213 ◦ blue 251

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

Shades of Periwinkle #C0D5FB

Tints of Periwinkle #C0D5FB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.47%

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

R = 29.27%
G = 32.47%
B = 38.26%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0D5FB (or 0xC0D5FB) is known color: Periwinkle. HEX triplet: C0, D5 and FB. RGB value is (192,213,251). Sum of RGB (Red+Green+Blue) = 192+213+251=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0D5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D5FB is #3F2A04. Grayscale: #D2D2D2. Windows color (decimal): -4139525 or 16504256. OLE color: 16504256.

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

Color convert

RGB 192 213 251 -
CMYK 0.24 0.15 0 0.02
HSL 218.64º 0.88% 0.87% -
HSV(B) 218.64º 0.24% 0.98% -
XYZ 62.95 65.76 100.64 -
YUV 211.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 192 213 251 0.24 0.15 0 0.02 218.64 0.88 0.87
Hex C0 D5 FB 18 F 0 2 DB 58 57
Octal 300 325 373 30 17 0 2 333 130 127
Binary 11000000 11010101 11111011 11000 1111 0 10 11011011 1011000 1010111

Color Harmonies of #C0D5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D5FB

Black with #C0D5FB

Text Example


Text Example

White with #C0D5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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