Html Css Color HEX #CACEEE Periwinkle

📋 copy color: '#CACEEE'

red 202 ◦ green 206 ◦ blue 238

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

Shades of Periwinkle #CACEEE

Tints of Periwinkle #CACEEE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.89%

 BLUE value IS 238 (93.36% from 255) = 36.84%

R = 31.27%
G = 31.89%
B = 36.84%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CACEEE (or 0xCACEEE) is known color: Periwinkle. HEX triplet: CA, CE and EE. RGB value is (202,206,238). Sum of RGB (Red+Green+Blue) = 202+206+238=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #CACEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEE is #353111. Grayscale: #D0D0D0. Windows color (decimal): -3485970 or 15650506. OLE color: 15650506.

HSL color Cylindrical-coordinate representation of color #CACEEE: hue angle of 233.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACEEE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 206 238 -
CMYK 0.15 0.13 0 0.07
HSL 233.33º 0.51% 0.86% -
HSV(B) 233.33º 0.15% 0.93% -
XYZ 61.86 62.87 89.76 -
YUV 208.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 202 206 238 0.15 0.13 0 0.07 233.33 0.51 0.86
Hex CA CE EE F D 0 7 E9 33 56
Octal 312 316 356 17 15 0 7 351 63 126
Binary 11001010 11001110 11101110 1111 1101 0 111 11101001 110011 1010110

Color Harmonies of #CACEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEEE

Black with #CACEEE

Text Example


Text Example

White with #CACEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEEE; }

 p { color: rgb(202,206,238); }

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

background-color css

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

 a { background-color: rgb(202,206,238); }

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

border-color css

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

 span { border-color: rgb(202,206,238); }

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