Html Css Color HEX #C4CDE6 Periwinkle

📋 copy color: '#C4CDE6'

red 196 ◦ green 205 ◦ blue 230

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

Shades of Periwinkle #C4CDE6

Tints of Periwinkle #C4CDE6

RGB

 RED value IS 196 (76.95% from 255) = 31.06%

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

 BLUE value IS 230 (90.23% from 255) = 36.45%

R = 31.06%
G = 32.49%
B = 36.45%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C4CDE6 (or 0xC4CDE6) is known color: Periwinkle. HEX triplet: C4, CD and E6. RGB value is (196,205,230). Sum of RGB (Red+Green+Blue) = 196+205+230=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4CDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CDE6 is #3B3219. Grayscale: #CDCDCD. Windows color (decimal): -3879450 or 15125956. OLE color: 15125956.

HSL color Cylindrical-coordinate representation of color #C4CDE6: hue angle of 224.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4CDE6 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 205 230 -
CMYK 0.15 0.11 0 0.10
HSL 224.12º 0.4% 0.84% -
HSV(B) 224.12º 0.15% 0.9% -
XYZ 58.88 61.11 83.56 -
YUV 205.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 196 205 230 0.15 0.11 0 0.10 224.12 0.4 0.84
Hex C4 CD E6 F B 0 A E0 28 54
Octal 304 315 346 17 13 0 12 340 50 124
Binary 11000100 11001101 11100110 1111 1011 0 1010 11100000 101000 1010100

Color Harmonies of #C4CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CDE6

Black with #C4CDE6

Text Example


Text Example

White with #C4CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CDE6; }

 p { color: rgb(196,205,230); }

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

background-color css

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

 a { background-color: rgb(196,205,230); }

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

border-color css

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

 span { border-color: rgb(196,205,230); }

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