Html Css Color HEX #C3CAE6 Periwinkle

📋 copy color: '#C3CAE6'

red 195 ◦ green 202 ◦ blue 230

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

Shades of Periwinkle #C3CAE6

Tints of Periwinkle #C3CAE6

RGB

 RED value IS 195 (76.56% from 255) = 31.1%

 GREEN value IS 202 (79.3% from 255) = 32.22%

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

R = 31.1%
G = 32.22%
B = 36.68%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C3CAE6 (or 0xC3CAE6) is known color: Periwinkle. HEX triplet: C3, CA and E6. RGB value is (195,202,230). Sum of RGB (Red+Green+Blue) = 195+202+230=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAE6 is #3C3519. Grayscale: #CACACA. Windows color (decimal): -3945754 or 15125187. OLE color: 15125187.

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

Color convert

RGB 195 202 230 -
CMYK 0.15 0.12 0 0.10
HSL 228º 0.41% 0.83% -
HSV(B) 228º 0.15% 0.9% -
XYZ 57.91 59.56 83.31 -
YUV 203.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 195 202 230 0.15 0.12 0 0.10 228 0.41 0.83
Hex C3 CA E6 F C 0 A E4 29 53
Octal 303 312 346 17 14 0 12 344 51 123
Binary 11000011 11001010 11100110 1111 1100 0 1010 11100100 101001 1010011

Color Harmonies of #C3CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CAE6

Black with #C3CAE6

Text Example


Text Example

White with #C3CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CAE6; }

 p { color: rgb(195,202,230); }

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

background-color css

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

 a { background-color: rgb(195,202,230); }

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

border-color css

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

 span { border-color: rgb(195,202,230); }

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