Html Css Color HEX #C0CDFB Periwinkle

📋 copy color: '#C0CDFB'

red 192 ◦ green 205 ◦ blue 251

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

Shades of Periwinkle #C0CDFB

Tints of Periwinkle #C0CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.64%

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

R = 29.63%
G = 31.64%
B = 38.73%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0CDFB (or 0xC0CDFB) is known color: Periwinkle. HEX triplet: C0, CD and FB. RGB value is (192,205,251). Sum of RGB (Red+Green+Blue) = 192+205+251=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDFB is #3F3204. Grayscale: #CECECE. Windows color (decimal): -4141573 or 16502208. OLE color: 16502208.

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

Color convert

RGB 192 205 251 -
CMYK 0.24 0.18 0 0.02
HSL 226.78º 0.88% 0.87% -
HSV(B) 226.78º 0.24% 0.98% -
XYZ 60.98 61.83 99.99 -
YUV 206.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 192 205 251 0.24 0.18 0 0.02 226.78 0.88 0.87
Hex C0 CD FB 18 12 0 2 E3 58 57
Octal 300 315 373 30 22 0 2 343 130 127
Binary 11000000 11001101 11111011 11000 10010 0 10 11100011 1011000 1010111

Color Harmonies of #C0CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDFB

Black with #C0CDFB

Text Example


Text Example

White with #C0CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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