Html Css Color HEX #CBD4E4 Periwinkle

📋 copy color: '#CBD4E4'

red 203 ◦ green 212 ◦ blue 228

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

Shades of Periwinkle #CBD4E4

Tints of Periwinkle #CBD4E4

RGB

 RED value IS 203 (79.69% from 255) = 31.57%

 GREEN value IS 212 (83.2% from 255) = 32.97%

 BLUE value IS 228 (89.45% from 255) = 35.46%

R = 31.57%
G = 32.97%
B = 35.46%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBD4E4 (or 0xCBD4E4) is known color: Periwinkle. HEX triplet: CB, D4 and E4. RGB value is (203,212,228). Sum of RGB (Red+Green+Blue) = 203+212+228=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBD4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4E4 is #342B1B. Grayscale: #D3D3D3. Windows color (decimal): -3418908 or 14996683. OLE color: 14996683.

HSL color Cylindrical-coordinate representation of color #CBD4E4: hue angle of 218.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBD4E4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 212 228 -
CMYK 0.11 0.07 0 0.11
HSL 218.4º 0.32% 0.85% -
HSV(B) 218.4º 0.11% 0.89% -
XYZ 62.18 65.38 82.74 -
YUV 211.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 203 212 228 0.11 0.07 0 0.11 218.4 0.32 0.85
Hex CB D4 E4 B 7 0 B DA 20 55
Octal 313 324 344 13 7 0 13 332 40 125
Binary 11001011 11010100 11100100 1011 111 0 1011 11011010 100000 1010101

Color Harmonies of #CBD4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD4E4

Black with #CBD4E4

Text Example


Text Example

White with #CBD4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD4E4; }

 p { color: rgb(203,212,228); }

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

background-color css

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

 a { background-color: rgb(203,212,228); }

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

border-color css

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

 span { border-color: rgb(203,212,228); }

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