Html Css Color HEX #CACFEB Periwinkle

📋 copy color: '#CACFEB'

red 202 ◦ green 207 ◦ blue 235

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

Shades of Periwinkle #CACFEB

Tints of Periwinkle #CACFEB

RGB

 RED value IS 202 (79.3% from 255) = 31.37%

 GREEN value IS 207 (81.25% from 255) = 32.14%

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 31.37%
G = 32.14%
B = 36.49%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CACFEB (or 0xCACFEB) is known color: Periwinkle. HEX triplet: CA, CF and EB. RGB value is (202,207,235). Sum of RGB (Red+Green+Blue) = 202+207+235=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #CACFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFEB is #353014. Grayscale: #D0D0D0. Windows color (decimal): -3485717 or 15454154. OLE color: 15454154.

HSL color Cylindrical-coordinate representation of color #CACFEB: hue angle of 230.91º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACFEB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 207 235 -
CMYK 0.14 0.12 0 0.08
HSL 230.91º 0.45% 0.86% -
HSV(B) 230.91º 0.14% 0.92% -
XYZ 61.67 63.18 87.54 -
YUV 208.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 202 207 235 0.14 0.12 0 0.08 230.91 0.45 0.86
Hex CA CF EB E C 0 8 E7 2D 56
Octal 312 317 353 16 14 0 10 347 55 126
Binary 11001010 11001111 11101011 1110 1100 0 1000 11100111 101101 1010110

Color Harmonies of #CACFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFEB

Black with #CACFEB

Text Example


Text Example

White with #CACFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFEB; }

 p { color: rgb(202,207,235); }

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

background-color css

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

 a { background-color: rgb(202,207,235); }

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

border-color css

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

 span { border-color: rgb(202,207,235); }

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