Html Css Color HEX #C6CDE2 Periwinkle

📋 copy color: '#C6CDE2'

red 198 ◦ green 205 ◦ blue 226

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

Shades of Periwinkle #C6CDE2

Tints of Periwinkle #C6CDE2

RGB

 RED value IS 198 (77.73% from 255) = 31.48%

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

 BLUE value IS 226 (88.67% from 255) = 35.93%

R = 31.48%
G = 32.59%
B = 35.93%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C6CDE2 (or 0xC6CDE2) is known color: Periwinkle. HEX triplet: C6, CD and E2. RGB value is (198,205,226). Sum of RGB (Red+Green+Blue) = 198+205+226=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 226 - color contains mainly: blue. Hex color #C6CDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDE2 is #39321D. Grayscale: #CDCDCD. Windows color (decimal): -3748382 or 14863814. OLE color: 14863814.

HSL color Cylindrical-coordinate representation of color #C6CDE2: hue angle of 225º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6CDE2 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 205 226 -
CMYK 0.12 0.09 0 0.11
HSL 225º 0.33% 0.83% -
HSV(B) 225º 0.12% 0.89% -
XYZ 58.85 61.16 80.65 -
YUV 205.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 198 205 226 0.12 0.09 0 0.11 225 0.33 0.83
Hex C6 CD E2 C 9 0 B E1 21 53
Octal 306 315 342 14 11 0 13 341 41 123
Binary 11000110 11001101 11100010 1100 1001 0 1011 11100001 100001 1010011

Color Harmonies of #C6CDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDE2

Black with #C6CDE2

Text Example


Text Example

White with #C6CDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDE2; }

 p { color: rgb(198,205,226); }

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

background-color css

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

 a { background-color: rgb(198,205,226); }

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

border-color css

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

 span { border-color: rgb(198,205,226); }

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